aboutsummaryrefslogtreecommitdiff
path: root/src/audioOutputs
Commit message (Expand)AuthorAge
...
* code to attempt to pick a supported sample rate, bits, and channels if the re...Warren Dukes2005-03-10
* we ne allow audioOutput plugins to set the final outAudioFormat that will be ...Warren Dukes2005-03-08
* now player and decoder processes should only exit() when receiving term signa...Warren Dukes2005-03-08
* wee bit of code cleanupWarren Dukes2005-03-05
* don't need the extra snd_pcm_prepare after _dropWarren Dukes2005-03-05
* more alsa workWarren Dukes2005-03-05
* this seemed to help a bit with the blip's on nextWarren Dukes2005-03-05
* we want to stat, not lstatWarren Dukes2005-03-05
* fix some compilation warningWarren Dukes2005-03-05
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-05
* now alsa plugin should workWarren Dukes2005-03-05
* implemented alsa audioOutput plugin, now it needs testingWarren Dukes2005-03-05
* don't open device in initDriver! instead we just stat() for the deviceWarren Dukes2005-03-05
* this should fix compile bugs #350 and #351Warren Dukes2005-01-16
* fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...Warren Dukes2004-11-20
* don't need to pass audioFormat to openDeviceFuncWarren Dukes2004-11-19
* merge changes from metadata-rewrite branchWarren Dukes2004-11-10
* add "genre" and "description" to shout config parametersWarren Dukes2004-11-09
* be sure to flush the metadata on song changeWarren Dukes2004-11-09
* don't set granulepos, that's pad, mmmkay?Warren Dukes2004-11-09
* try one other thing to fix icecast dropping clientsWarren Dukes2004-11-09
* make default non-publicWarren Dukes2004-11-04
* shout config: make "user" optional and default to "source", also add optional...Warren Dukes2004-11-04
* remove signal handling code from ao open() and close()Warren Dukes2004-11-03
* new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes2004-11-02
* DEBUG statement that prints out which ao driver is being usedWarren Dukes2004-11-02
* abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes2004-11-02
* print more info out in error messages for shoutWarren Dukes2004-11-02
* only attempt to reconnect to shout server every 60 secondsWarren Dukes2004-11-02
* move audioOutput dir to audioOutputsWarren Dukes2004-11-02