diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2009-01-29 19:00:08 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:38:24 +0200 |
| commit | ad768de27c78093a6000a4f00d1baeca8ca5ce37 (patch) | |
| tree | ebddb56a9c682726a8bc2219f498ad8ca54926fb /doc/release.txt | |
| parent | d80e83b7145a6c2ecaa6d7fc6ade83ef124515a1 (diff) | |
Various updates and fixes before 4.0.5 release (GS).
Diffstat (limited to 'doc/release.txt')
| -rw-r--r-- | doc/release.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/release.txt b/doc/release.txt index 70f82c7..42a3fa9 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -2,11 +2,12 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu By Gary P. Scavone, 2001-2009. -v4.0.5: (?? January 2009) +v4.0.5: (29 January 2009) - added support in CoreAudio for arbitrary stream channel configurations - added getStreamSampleRate() function because the actual sample rate can sometimes vary slightly from the specified one (thanks to Theo Veenker) - added new StreamOptions flag "RTAUDIO_SCHEDULE_REALTIME" and attribute "priority" to StreamOptions (thanks to Theo Veenker) - replaced usleep(50000) in callbackEvent() by a wait on condition variable which gets signaled in startStream() (thanks to Theo Veenker) +- fix for Jack API when user callback function signals stop or abort calls - fix to way stream state is changed to avoid infinite loop problem - fix to int<->float conversion in convertBuffer() (thanks to Theo Veenker) - bug fix in byteSwapBuffer() (thanks to Stefan Muller Arisona and Theo Veenker) |
