quakeforge/libs/audio/renderer
Bill Currie 37fb8d22da Don't open a streamed sfx when there's no sound driver.
This happens when qf fails to connect to jackd (possibly other times).
There is probably a better solution to the problem, but not opening a
stream when the sample rate is reported as 0 definitely fixes the inifinite
recursion in read_samples().
2010-11-14 20:46:29 +09:00
..
flac.c bah, forgot that libsamplerate doesn't check for errors 2010-08-13 01:48:48 +00:00
Makefile.am hopefully, correct plugin linking options 2010-08-21 13:01:35 +09:00
midi.c bah, forgot that libsamplerate doesn't check for errors 2010-08-13 01:48:48 +00:00
snd_channels.c bah, forgot these 2010-08-11 23:46:28 +00:00
snd_dma.c get alsa and sdl working, though sdl seems to be mono only 2010-08-15 05:15:47 +00:00
snd_jack.c floating point mixer now working 2010-08-11 23:44:34 +00:00
snd_mem.c better error checking while reading streamed data 2010-08-13 01:48:20 +00:00
snd_mix.c better error checking while reading streamed data 2010-08-13 01:48:20 +00:00
snd_resample.c reset the "resampler" when seeking 2010-08-11 23:47:31 +00:00
snd_sfx.c Don't open a streamed sfx when there's no sound driver. 2010-11-14 20:46:29 +09:00
vorbis.c bah, forgot that libsamplerate doesn't check for errors 2010-08-13 01:48:48 +00:00
wav.c bah, forgot that libsamplerate doesn't check for errors 2010-08-13 01:48:48 +00:00