Merge 4.0.1 into releases
[rtaudio.git] / doc / html / bugs.html
1 <html>
2 <head>
3 <title>RtAudio Bugs</title>
4 </head>
5 <body bgcolor="#FFFFFF">
6
7 <center><h1>RtAudio Bug Tracker</h1></center>
8
9 "Bugs" are considered to be problems that cause program crashes or unpredictable results.  Incomplete or unavailable features are tracked as <a href="updates.html">updates</a>.
10
11 <h2>Reported (Unconfirmed) Bugs:</h2>
12
13 <table border=1 cellpadding=10 cellspacing=0>
14 <tr bgcolor="#C7CAFF"><td><b>#</b></td><td><b>Version</b></td><td><b>API</b></td><td><b>Description</b></td><td><b>Status</b></td></b></tr>
15
16 <tr><td>1</td><td>3.03</td><td>CoreAudio</td><td>Do we need a run-time test for endianness given the new Intel Macs?</td><td>Not yet tested (GS)</td></tr>
17
18 </table>
19
20 <h2>Confirmed Bugs (Unfixed):</h2>
21
22 <table border=1 cellpadding=10 cellspacing=0>
23 <tr bgcolor="#C7CAFF"><td><b>#</b></td><td><b>Version</b></td><td><b>API</b></td><td><b>Description</b></td></tr>
24
25 </table>
26
27 <h2>Fixed Bugs:</h2>
28
29 <table border=1 cellpadding=10 cellspacing=0>
30 <tr bgcolor="#C7CAFF"><td><b>#</b></td><td><b>Version</b></td><td><b>API</b></td><td><b>Description</b></td></tr>
31 <tr><td>1</td><td>4.0</td><td>Windows DS</td><td>Memory allocation bug in device querying</td></tr>
32 <tr><td>2</td><td>4.0</td><td>All unices</td><td>Default pthread scheduling priority changed to SCHED_RR when defined</td></tr>
33 <tr><td>3</td><td>4.0</td><td>ALSA</td><td>Changed sample rate setting to use <tt>snd_pcm_hw_params_set_rate_near()</tt> function</td></tr>
34 <tr><td>4</td><td>4.0</td><td>CoreAudio</td><td>RtAudio checks a device's <i>internal</i> 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.</td></tr>
35 </table>
36
37
38 </body>
39 </html>