diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-10-11 01:46:50 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:46:50 +0200 |
| commit | 0876bbd0bad22677b23342c828bc36c3babbed4e (patch) | |
| tree | dbd91a7beefce7da18aa9319df8328945ad66c77 /doc/html/bugs.html | |
| parent | 332b0956ae798ea52073fe5b889696a33e0f11f2 (diff) | |
Release 4.0.0 tarball4.0.0
Diffstat (limited to 'doc/html/bugs.html')
| -rw-r--r-- | doc/html/bugs.html | 39 |
1 files changed, 39 insertions, 0 deletions
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 @@ +<html> +<head> +<title>RtAudio Bugs</title> +</head> +<body bgcolor="#FFFFFF"> + +<center><h1>RtAudio Bug Tracker</h1></center> + +"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>. + +<h2>Reported (Unconfirmed) Bugs:</h2> + +<table border=1 cellpadding=10 cellspacing=0> +<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> + +<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> + +</table> + +<h2>Confirmed Bugs (Unfixed):</h2> + +<table border=1 cellpadding=10 cellspacing=0> +<tr bgcolor="#C7CAFF"><td><b>#</b></td><td><b>Version</b></td><td><b>API</b></td><td><b>Description</b></td></tr> + +</table> + +<h2>Fixed Bugs:</h2> + +<table border=1 cellpadding=10 cellspacing=0> +<tr bgcolor="#C7CAFF"><td><b>#</b></td><td><b>Version</b></td><td><b>API</b></td><td><b>Description</b></td></tr> +<tr><td>1</td><td>4.0</td><td>Windows DS</td><td>Memory allocation bug in device querying</td></tr> +<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> +<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> +<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> +</table> + + +</body> +</html> |
