From 0876bbd0bad22677b23342c828bc36c3babbed4e Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Fri, 11 Oct 2013 01:46:50 +0200 Subject: Release 4.0.0 tarball --- doc/html/bugs.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 doc/html/bugs.html (limited to 'doc/html/bugs.html') diff --git a/doc/html/bugs.html b/doc/html/bugs.html new file mode 100644 index 0000000..27fecd8 --- /dev/null +++ b/doc/html/bugs.html @@ -0,0 +1,39 @@ + + +RtAudio Bugs + + + +

RtAudio Bug Tracker

+ +"Bugs" are considered to be problems that cause program crashes or unpredictable results. Incomplete or unavailable features are tracked as updates. + +

Reported (Unconfirmed) Bugs:

+ + + + + + +
#VersionAPIDescriptionStatus
13.03CoreAudioDo we need a run-time test for endianness given the new Intel Macs?Not yet tested (GS)
+ +

Confirmed Bugs (Unfixed):

+ + + + +
#VersionAPIDescription
+ +

Fixed Bugs:

+ + + + + + + +
#VersionAPIDescription
14.0Windows DSMemory allocation bug in device querying
24.0All unicesDefault pthread scheduling priority changed to SCHED_RR when defined
34.0ALSAChanged sample rate setting to use snd_pcm_hw_params_set_rate_near() function
44.0CoreAudioRtAudio checks a device's internal data format and sets it to the highest allowable bit rate. For some stupid devices, like the Griffin iMic, the default format is 8-bit mono when the requested format and number of channels does not exist. So, we need to query the device's capabilities using the kAudioStreamPropertyPhysicalFormats selector - i.e. ask a device for all of the channels/format/rate combination that it supports - and then enumerate through them to pick the best one.
+ + + + -- cgit v1.2.3