Ryan C. Gordon <icculus@icculus.org> [Tue, 03 Oct 2006 20:48:42 +0000] rev 3791
Updated 1.3 audio documentation.
Ryan C. Gordon <icculus@icculus.org> [Tue, 03 Oct 2006 20:07:50 +0000] rev 3790
Added audio device enumeration for 1.3.
Ryan C. Gordon <icculus@icculus.org> [Tue, 03 Oct 2006 20:05:33 +0000] rev 3789
Added testaudioinfo.c ...
Ryan C. Gordon <icculus@icculus.org> [Tue, 03 Oct 2006 18:32:34 +0000] rev 3788
More work on the 1.3 CoreAudio code.
Ryan C. Gordon <icculus@icculus.org> [Tue, 03 Oct 2006 16:26:42 +0000] rev 3787
Added deinitialize hook.
Ryan C. Gordon <icculus@icculus.org> [Tue, 03 Oct 2006 16:02:08 +0000] rev 3786
High level now lets user select a specific audio device with an environment
variable, when the app requested the default device.
Ryan C. Gordon <icculus@icculus.org> [Tue, 03 Oct 2006 05:58:44 +0000] rev 3785
Ton of work on CoreAudio driver for new 1.3 features...most of the
multi-device support is wired up, and the starts of capture support, too.
All is still subject to change, and what's there is still a little flakey.
Ryan C. Gordon <icculus@icculus.org> [Sun, 01 Oct 2006 05:24:03 +0000] rev 3784
First batch of heavy lifting on supporting multiple audio devices at once.
This has a long way to go yet, most of the drivers aren't updated for the
new interfaces, and it's still got some obvious bugs, FIXMEs, and wistlist
items.
Don't use yet.
Ryan C. Gordon <icculus@icculus.org> [Sun, 01 Oct 2006 05:21:40 +0000] rev 3783
FIXME for later.
Ryan C. Gordon <icculus@icculus.org> [Sun, 01 Oct 2006 05:19:16 +0000] rev 3782
Removed the pre-Carbon Mac OS 9 audio code, so Mac OS 8 is officially
unsupported now. :)
The "USE_RYANS_SOUNDCODE" portion, which is what remains, has been the
active codepath for years now without complaint, and was used in several
shipping OS X titles before the CoreAudio support obsoleted it, so it's a
good fallback to keep around for testing if nothing else.
This code should still work on both OS 9, and PowerPC/Intel Mac OS X.