| Commit message (Expand) | Author | Files | Lines |
2005-03-12 | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 4 | -5/+67 |
2005-03-10 | code to attempt to pick a supported sample rate, bits, and channels if the re... | Warren Dukes | 1 | -4/+234 |
2005-03-08 | we ne allow audioOutput plugins to set the final outAudioFormat that will be ... | Warren Dukes | 1 | -4/+10 |
2005-03-08 | now player and decoder processes should only exit() when receiving term signa... | Warren Dukes | 1 | -1/+1 |
2005-03-05 | wee bit of code cleanup | Warren Dukes | 2 | -2/+4 |
2005-03-05 | don't need the extra snd_pcm_prepare after _drop | Warren Dukes | 1 | -1/+0 |
2005-03-05 | more alsa work | Warren Dukes | 1 | -41/+57 |
2005-03-05 | this seemed to help a bit with the blip's on next | Warren Dukes | 1 | -0/+1 |
2005-03-05 | we want to stat, not lstat | Warren Dukes | 1 | -1/+1 |
2005-03-05 | fix some compilation warning | Warren Dukes | 1 | -1/+3 |
2005-03-05 | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 4 | -29/+106 |
2005-03-05 | now alsa plugin should work | Warren Dukes | 1 | -7/+13 |
2005-03-05 | implemented alsa audioOutput plugin, now it needs testing | Warren Dukes | 1 | -0/+293 |
2005-03-05 | don't open device in initDriver! instead we just stat() for the device | Warren Dukes | 1 | -29/+78 |
2005-01-16 | this should fix compile bugs #350 and #351 | Warren Dukes | 1 | -0/+20 |
2004-11-20 | fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud... | Warren Dukes | 1 | -1/+2 |
2004-11-19 | don't need to pass audioFormat to openDeviceFunc | Warren Dukes | 2 | -9/+5 |
2004-11-10 | merge changes from metadata-rewrite branch | Warren Dukes | 1 | -3/+15 |
2004-11-09 | add "genre" and "description" to shout config parameters | Warren Dukes | 1 | -0/+19 |
2004-11-09 | be sure to flush the metadata on song change | Warren Dukes | 1 | -39/+47 |
2004-11-09 | don't set granulepos, that's pad, mmmkay? | Warren Dukes | 1 | -5/+0 |
2004-11-09 | try one other thing to fix icecast dropping clients | Warren Dukes | 1 | -0/+1 |
2004-11-04 | make default non-public | Warren Dukes | 1 | -1/+1 |
2004-11-04 | shout config: make "user" optional and default to "source", also add optional... | Warren Dukes | 1 | -2/+17 |
2004-11-03 | remove signal handling code from ao open() and close() | Warren Dukes | 1 | -5/+0 |
2004-11-02 | new commands: enalbe_device, and disable_device, (maybe these commands should... | Warren Dukes | 1 | -1/+7 |
2004-11-02 | DEBUG statement that prints out which ao driver is being used | Warren Dukes | 1 | -0/+3 |
2004-11-02 | abstract out audioFormat conversion from shout plugin to the audioOutput layer, | Warren Dukes | 1 | -57/+15 |
2004-11-02 | print more info out in error messages for shout | Warren Dukes | 1 | -7/+16 |
2004-11-02 | only attempt to reconnect to shout server every 60 seconds | Warren Dukes | 1 | -6/+21 |
2004-11-02 | move audioOutput dir to audioOutputs | Warren Dukes | 3 | -0/+1023 |