aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs (follow)
Commit message (Expand)AuthorAgeFilesLines
* we ne allow audioOutput plugins to set the final outAudioFormat that will be ...Warren Dukes2005-03-081-4/+10
* now player and decoder processes should only exit() when receiving term signa...Warren Dukes2005-03-081-1/+1
* wee bit of code cleanupWarren Dukes2005-03-052-2/+4
* don't need the extra snd_pcm_prepare after _dropWarren Dukes2005-03-051-1/+0
* more alsa workWarren Dukes2005-03-051-41/+57
* this seemed to help a bit with the blip's on nextWarren Dukes2005-03-051-0/+1
* we want to stat, not lstatWarren Dukes2005-03-051-1/+1
* fix some compilation warningWarren Dukes2005-03-051-1/+3
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-054-29/+106
* now alsa plugin should workWarren Dukes2005-03-051-7/+13
* implemented alsa audioOutput plugin, now it needs testingWarren Dukes2005-03-051-0/+293
* don't open device in initDriver! instead we just stat() for the deviceWarren Dukes2005-03-051-29/+78
* this should fix compile bugs #350 and #351Warren Dukes2005-01-161-0/+20
* fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...Warren Dukes2004-11-201-1/+2
* don't need to pass audioFormat to openDeviceFuncWarren Dukes2004-11-192-9/+5
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-3/+15
* add "genre" and "description" to shout config parametersWarren Dukes2004-11-091-0/+19
* be sure to flush the metadata on song changeWarren Dukes2004-11-091-39/+47
* don't set granulepos, that's pad, mmmkay?Warren Dukes2004-11-091-5/+0
* try one other thing to fix icecast dropping clientsWarren Dukes2004-11-091-0/+1
* make default non-publicWarren Dukes2004-11-041-1/+1
* shout config: make "user" optional and default to "source", also add optional...Warren Dukes2004-11-041-2/+17
* remove signal handling code from ao open() and close()Warren Dukes2004-11-031-5/+0
* new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes2004-11-021-1/+7
* DEBUG statement that prints out which ao driver is being usedWarren Dukes2004-11-021-0/+3
* abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes2004-11-021-57/+15
* print more info out in error messages for shoutWarren Dukes2004-11-021-7/+16
* only attempt to reconnect to shout server every 60 secondsWarren Dukes2004-11-021-6/+21
* move audioOutput dir to audioOutputsWarren Dukes2004-11-023-0/+1023