aboutsummaryrefslogtreecommitdiff
path: root/src/audioOutput.c
Commit message (Expand)AuthorAge
* Committing qball's patch to list supported audio outputs in --versionJ. Alexander Treuman2006-07-16
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* don't require format parameter for audio_output optionsWarren Dukes2005-06-05
* forgot to parse the format string of audio_output'sWarren Dukes2005-05-29
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-12
* we ne allow audioOutput plugins to set the final outAudioFormat that will be ...Warren Dukes2005-03-08
* implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes2005-03-05
* don't need to pass audioFormat to openDeviceFuncWarren Dukes2004-11-19
* ok, now song->url is only the filename, not the full path to the songWarren Dukes2004-11-11
* add a buffer to audio layer, so we only send data to audio devices 32 times p...Warren Dukes2004-11-09
* see if this fixes the clients disconnecting issuesWarren Dukes2004-11-08
* abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes2004-11-02
* now np's OSS stuff actually worksWarren Dukes2004-11-02
* begin integrating np's oss codeWarren Dukes2004-10-29
* fix user being parsed as a pathWarren Dukes2004-10-28
* merge shank-rewrite-config changesWarren Dukes2004-10-28
* also, don't need the device open to send the metadataWarren Dukes2004-10-26
* fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes2004-10-25
* shout audioOutput will now connect and disconnect from icecast serverWarren Dukes2004-10-20
* some small cleanupsWarren Dukes2004-10-20
* ok, now we're using some of the new audioOutput layer stuff, needs some serio...Warren Dukes2004-10-20
* some work on the new audioOutput layerWarren Dukes2004-10-20
* add audioOutput.cWarren Dukes2004-10-10