aboutsummaryrefslogtreecommitdiff
path: root/src/audio.c
AgeCommit message (Collapse)Author
2009-07-20Some fixesalsaThomas White
2009-07-19Use ALSA directly for audioThomas White
I'm really bored of hearing about problems with the audio in OpenMooCow, when these problems are due to SDL's audio subsystem. Problems have arised from configuration problems somewhere in the OE configuration for Openmoko, or from a strange kernel interaction seen in Debian and Fedora. With this commit, the audio module of OpenMooCow will use ALSA directly, circumventing all these problems. There should no longer be any need for fallbacks.
2009-06-01Fall back to 'aplay' if the mixer callback doesn't get called, or if SDL ↵aplay-fallbackThomas White
audio can't initialise
2009-03-16Linewrap, brackets etcThomas White
2009-03-16Whitespace, copyright, email addresses, changelogThomas White
This fixes whitespace errors, updates copyright messages to include 2009, updates the email addresses and web addresses to the new site, and adds a missing changelog entry for version 0.3.
2009-03-16DebuggingThomas White
2008-11-24audio.c: build fixesThomas White
2008-11-24Remove aplay fallback stuffThomas White
Attempt to re-open audio if it didn't work before
2008-11-24Record the AudioContext pointer a little earlierThomas White
2008-11-23Trigger moo when image is clickedThomas White
2008-10-14Initial importopenmoocow-0.1Thomas White