From f44483cc73ce2a36229c3f904c4230243a181e51 Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Fri, 11 Oct 2013 01:56:49 +0200 Subject: Release 4.0.5 tarball --- doc/html/updates.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/html/updates.html') diff --git a/doc/html/updates.html b/doc/html/updates.html index 55e4639..88fd7d4 100644 --- a/doc/html/updates.html +++ b/doc/html/updates.html @@ -25,7 +25,8 @@ UC4 5Robust support for full-duplex with different devices. Provide well-defined behavior if the devices get out of sync, with input taking precedence, so no incoming samples are lost (if possible).UC 6More sophisticated querying of device capabilities - for example, it'd be nice to figure out that a device supports either 4 channels of 16-bit or 2 channels of 24-bit audio.UC - +7A faster device querying capability in DirectSound API - the current approach can take an extremely long time, especially for devices with many channels (like an RME Fireface 800).UC +8A way to specify a desired device name, instead of a device index, when opening a stream?UC @@ -63,6 +64,12 @@ 10Choice of opening a device in exclusive or non-exclusive mode. If opening in non-exclusive mode, try to use the device as-is without changing its sample rate, etc - this is good when users want to use two audio devices at once.3New RtAudio::StreamOptions structure and parameters4.0 +11Previous CoreAudio support included only a single stream with multiple channels or multiple one-channel streams.Added support for arbitrary stream channel configurations (GS)4.0.5 + +12Added function to return actual sample rate used by a stream because sometimes it varies slightly from the specified one.New getStreamSampleRate() function (Theo Veenker)4.0.5 + +13Added way to specify realtime scheduling for unices.New StreamOptions flag "RTAUDIO_SCHEDULE_REALTIME" and attribute "priority" to StreamOptions (Theo Veenker)4.0.5 +

Details:

-- cgit v1.2.3