aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes2004-06-121-2/+1
* allow any sampleRate > 0?Warren Dukes2004-05-241-1/+7
* trash XMMS resampling, use ESD's instead, don't understand it, but it worksWarren Dukes2004-05-101-0/+2
* resampling code blatantly ripped from xmms, needs testing and need toWarren Dukes2004-05-101-2/+2
* more little bits of code in prep for resample/audioFormat conversion,Warren Dukes2004-05-101-2/+0
* use memcpy for isCurrentAudioFormat()Warren Dukes2004-05-101-6/+1
* stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes2004-05-101-12/+93
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* add --disable-audio configure optionWarren Dukes2004-04-111-2/+18
* don't report an error about not able to open device in audioErrorWarren Dukes2004-04-071-1/+0
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-021-6/+6
* fix for iconvWarren Dukes2004-03-211-2/+2
* close audio device on pauseWarren Dukes2004-03-201-7/+10
* audio cleanupsWarren Dukes2004-02-271-9/+13
* cleanup audio code someWarren Dukes2004-02-271-14/+15
* import from SF CVSWarren Dukes2004-02-231-0/+199