Sam Lantinga [Mon, 19 Oct 2009 10:09:58 +0000] rev 4367
Fixed compiler warnings
Sam Lantinga [Mon, 19 Oct 2009 10:03:16 +0000] rev 4366
Fixed bug #858
Fixed compiler warning
Sam Lantinga [Mon, 19 Oct 2009 10:02:00 +0000] rev 4365
Fixed bug #857
Fixed compiler warnings
Sam Lantinga [Mon, 19 Oct 2009 06:01:58 +0000] rev 4364
Whoops, missing newline!
Sam Lantinga [Mon, 19 Oct 2009 05:59:07 +0000] rev 4363
Added an untested code path for snd_pcm_wait()
Sam Lantinga [Mon, 19 Oct 2009 05:24:48 +0000] rev 4362
ALSA write failed (unrecoverable): Resource temporarily unavailable
Sam Lantinga [Mon, 19 Oct 2009 05:15:21 +0000] rev 4361
Added an error message for when ALSA audio fails
Sam Lantinga [Mon, 19 Oct 2009 03:18:15 +0000] rev 4360
Getting as close as you can with periods is better than the default parameters.
Sam Lantinga [Mon, 19 Oct 2009 02:36:02 +0000] rev 4359
Recoomendation from Lennart Poettering:
I guess I don't have to mention that, but ALSA_WaitAudio() is
pure evil, and just broken. getpid() returns pids, not tids. You get
those via gettid(). But I'd recommend dropping that entirely. It's
just broken.
Sam Lantinga [Mon, 19 Oct 2009 02:33:07 +0000] rev 4358
Recommendation from Lennart Poettering:
In ALSA_PlayAudio() it is a good idea to use snd_pcm_recover() instead
of checking for the error codes yourself.