aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs (unfollow)
Commit message (Expand)AuthorFilesLines
2005-03-13add OS X configure stuff and added a skeleton audioOutput plugin for OS XWarren Dukes1-0/+109
2005-03-13slight changes to alsa errorsWarren Dukes1-3/+32
2005-03-12if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes4-5/+67
2005-03-10code to attempt to pick a supported sample rate, bits, and channels if the re...Warren Dukes1-4/+234
2005-03-08we ne allow audioOutput plugins to set the final outAudioFormat that will be ...Warren Dukes1-4/+10
2005-03-08now player and decoder processes should only exit() when receiving term signa...Warren Dukes1-1/+1
2005-03-05wee bit of code cleanupWarren Dukes2-2/+4
2005-03-05don't need the extra snd_pcm_prepare after _dropWarren Dukes1-1/+0
2005-03-05more alsa workWarren Dukes1-41/+57
2005-03-05this seemed to help a bit with the blip's on nextWarren Dukes1-0/+1
2005-03-05we want to stat, not lstatWarren Dukes1-1/+1
2005-03-05fix some compilation warningWarren Dukes1-1/+3
2005-03-05implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes4-29/+106
2005-03-05now alsa plugin should workWarren Dukes1-7/+13
2005-03-05implemented alsa audioOutput plugin, now it needs testingWarren Dukes1-0/+293
2005-03-05don't open device in initDriver! instead we just stat() for the deviceWarren Dukes1-29/+78
2005-01-16this should fix compile bugs #350 and #351Warren Dukes1-0/+20
2004-11-20fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...Warren Dukes1-1/+2
2004-11-19don't need to pass audioFormat to openDeviceFuncWarren Dukes2-9/+5
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-3/+15
2004-11-09add "genre" and "description" to shout config parametersWarren Dukes1-0/+19
2004-11-09be sure to flush the metadata on song changeWarren Dukes1-39/+47
2004-11-09don't set granulepos, that's pad, mmmkay?Warren Dukes1-5/+0
2004-11-09try one other thing to fix icecast dropping clientsWarren Dukes1-0/+1
2004-11-04make default non-publicWarren Dukes1-1/+1
2004-11-04shout config: make "user" optional and default to "source", also add optional...Warren Dukes1-2/+17
2004-11-03remove signal handling code from ao open() and close()Warren Dukes1-5/+0
2004-11-02new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes1-1/+7
2004-11-02DEBUG statement that prints out which ao driver is being usedWarren Dukes1-0/+3
2004-11-02abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes1-57/+15
2004-11-02print more info out in error messages for shoutWarren Dukes1-7/+16
2004-11-02only attempt to reconnect to shout server every 60 secondsWarren Dukes1-6/+21
2004-11-02move audioOutput dir to audioOutputsWarren Dukes3-0/+1023