Ryan C. Gordon <icculus@icculus.org> [Wed, 04 Oct 2006 22:16:46 +0000] rev 3804
Removed an if (), which lets this code section be a little less cluttered...
Ryan C. Gordon <icculus@icculus.org> [Wed, 04 Oct 2006 22:10:09 +0000] rev 3803
Removed ESD cruft from the core...now the driver will use esound if there's
an ESPEAKER variable set for a remote host, or the daemon is already running
on the local host, but it won't spawn it. Hopefully this works out okay.
Ryan C. Gordon <icculus@icculus.org> [Wed, 04 Oct 2006 21:58:48 +0000] rev 3802
Moving more out of core and into drivers...
Ryan C. Gordon <icculus@icculus.org> [Wed, 04 Oct 2006 21:54:57 +0000] rev 3801
Removed AmigaOS audio driver from 1.3; it hasn't compiled for years, and it
adds a lot of cruft to the core.
Ryan C. Gordon <icculus@icculus.org> [Wed, 04 Oct 2006 21:39:45 +0000] rev 3800
Changed wording on test output.
Ryan C. Gordon <icculus@icculus.org> [Wed, 04 Oct 2006 21:39:33 +0000] rev 3799
Fixed CoreAudio specific device open.
Ryan C. Gordon <icculus@icculus.org> [Wed, 04 Oct 2006 21:27:53 +0000] rev 3798
Audio bootstraps can now specify that a driver is only to be used if
explicitly requested (for things like the "disk" driver that is always
available but you would never want to default to using).
Trimmed out code that can be handled by stubs in the core. The "dummy" driver
is pretty damned small now. :)
Ryan C. Gordon <icculus@icculus.org> [Wed, 04 Oct 2006 20:42:39 +0000] rev 3797
Cut-and-paste typo fix.
Ryan C. Gordon <icculus@icculus.org> [Wed, 04 Oct 2006 19:54:23 +0000] rev 3796
Bunch of 1.3 audio cleanups to remove FIXMEs, get driver specific crap out of
the core and into the drivers where it belongs, and push generic
responsibilities out of the drivers and into the core where they belong.
Ryan C. Gordon <icculus@icculus.org> [Wed, 04 Oct 2006 06:00:10 +0000] rev 3795
More 1.3 audio work...moved dsp and dma drivers over to new model. Untested!