RSS
Rev. Hora Autor
2bf2dee62ea7 SDL-ryan-multiple-audio-device 2010-02-28 14:21:36 Ryan C. Gordon

Closing obsolete SDL-ryan-multiple-audio-device named branch

66fb40445587 SDL-ryan-multiple-audio-device 2006-10-17 18:09:21 Ryan C. Gordon

Removed distinction between "available" and "init" in audio backends, since
both had to be checked for success as a pair at the higher level and several
of the Available methods were just always-succeed placeholders anyhow. Now
the availability check is done in the init code, and the higher level tries
all possible drivers until one manages to initialize successfully.

ee5dfa7f7993 SDL-ryan-multiple-audio-device 2006-10-17 17:04:51 Ryan C. Gordon

ALSA's availability test was wrong in multi-device land. If the ALSA libraries
are available, we should use them and report zero available devices instead.

332a59e39ce1 SDL-ryan-multiple-audio-device 2006-10-17 15:45:17 Ryan C. Gordon

I really don't want to update these last two audio backends...I added an
error that says if no one complains, the backends will be removed eventually.
So if anyone ever wants them and they care enough to speak up, we'll know to
do something about it. If no one does, that's less code to maintain. :)

ce229f6b5ce0 SDL-ryan-multiple-audio-device 2006-10-17 15:42:06 Ryan C. Gordon

Added a FIXME.

6b04ca2f1016 SDL-ryan-multiple-audio-device 2006-10-17 15:37:42 Ryan C. Gordon

Moved DirectSound audio target to SDL 1.3 API and did some house cleaning.

3479f939987c SDL-ryan-multiple-audio-device 2006-10-09 08:04:24 Ryan C. Gordon

Moved windib (waveout) audio to 1.3 API and made other cleanups.

be9bd1067c6c SDL-ryan-multiple-audio-device 2006-10-08 17:58:36 Ryan C. Gordon

Some fixes that were discovered when trying to get OS/2 audio working again...

506fc6ca82cb SDL-ryan-multiple-audio-device 2006-10-08 17:57:28 Ryan C. Gordon

OS/2 audio code works in 1.3 now.

45e566003276 SDL-ryan-multiple-audio-device 2006-10-08 17:55:14 Ryan C. Gordon

This file probably got corrupted by a pretty printer at some point...

7c9663fb0860 SDL-ryan-multiple-audio-device 2006-10-08 10:39:01 Ryan C. Gordon

BeOS audio now works in 1.3 branch.

7dc7327cd626 SDL-ryan-multiple-audio-device 2006-10-08 09:55:30 Ryan C. Gordon

Patched to build on pre-C99 compilers.

84aa539627c8 SDL-ryan-multiple-audio-device 2006-10-08 09:05:22 Ryan C. Gordon

Patched to build on pre-C99 compilers.

93326d2ceedb SDL-ryan-multiple-audio-device 2006-10-08 09:01:16 Ryan C. Gordon

Still more PAudio renames...

de857f0708f5 SDL-ryan-multiple-audio-device 2006-10-08 05:23:02 Ryan C. Gordon

Whoops, changed that symbol name...

ca74a71063ac SDL-ryan-multiple-audio-device 2006-10-08 05:20:59 Ryan C. Gordon

Paudio driver moved to 1.3 API.

7df0d3efe682 SDL-ryan-multiple-audio-device 2006-10-08 04:59:57 Ryan C. Gordon

Forgot to add NTO_Init()...

29e83f221c62 SDL-ryan-multiple-audio-device 2006-10-08 04:56:47 Ryan C. Gordon

Fixed some things to use SDL C runtime functions.

d3171647e661 SDL-ryan-multiple-audio-device 2006-10-08 04:53:48 Ryan C. Gordon

Moved NTO audio driver to 1.3 API.

efdfe292bd88 SDL-ryan-multiple-audio-device 2006-10-07 16:56:28 Ryan C. Gordon

Fixed duplicate include-once blockers.

1806fd1acba4 SDL-ryan-multiple-audio-device 2006-10-07 16:54:13 Ryan C. Gordon

Moved mme audio driver to 1.3 API.

5b483ce86357 SDL-ryan-multiple-audio-device 2006-10-07 16:53:26 Ryan C. Gordon

Minor fixes in dsp driver.

76c5a414b996 SDL-ryan-multiple-audio-device 2006-10-07 16:25:30 Ryan C. Gordon

Dynamic loading for NAS audio driver.

25052dd25810 SDL-ryan-multiple-audio-device 2006-10-07 16:23:52 Ryan C. Gordon

Minor ALSA dynamic loading fix.

c562b1a12f82 SDL-ryan-multiple-audio-device 2006-10-07 15:18:15 Ryan C. Gordon

Look for NAS libraries in normal paths (where Ubuntu installs them).

748707e2ddd1 SDL-ryan-multiple-audio-device 2006-10-07 15:17:54 Ryan C. Gordon

Minor NAS tweak.

18393b045759 SDL-ryan-multiple-audio-device 2006-10-07 14:56:59 Ryan C. Gordon

Moved NAS audio driver to 1.3 API.

1f156fd874fa SDL-ryan-multiple-audio-device 2006-10-07 14:36:36 Ryan C. Gordon

Moved more audio drivers to 1.3 API (all 5 MiNT backends, BSD, IRIX...), and
some other tweaks in already-converted drivers.

b225d9820ee3 SDL-ryan-multiple-audio-device 2006-10-07 05:36:23 Ryan C. Gordon

Updated a bunch of audio backends to 1.3 API (Dreamcast, OS/2, ALSA, and
BeOS). None are tested, so anyu could fail to compile.

49eadd6e8962 SDL-ryan-multiple-audio-device 2006-10-07 04:45:11 Ryan C. Gordon

Mangled ALSA dynamic loading...static loading will still work if you have the
right libraries, but this is expected to break in general cases as we start
dealing with different symbol versions, etc (but may work with, say,
distro-specific packages, etc).

Show on old repository browser