aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutput.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add a buffer to audio layer, so we only send data to audio devices 32 times p...Warren Dukes2004-11-091-2/+0
* see if this fixes the clients disconnecting issuesWarren Dukes2004-11-081-2/+9
* abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes2004-11-021-7/+82
* now np's OSS stuff actually worksWarren Dukes2004-11-021-1/+1
* begin integrating np's oss codeWarren Dukes2004-10-291-0/+2
* fix user being parsed as a pathWarren Dukes2004-10-281-0/+2
* merge shank-rewrite-config changesWarren Dukes2004-10-281-5/+35
* also, don't need the device open to send the metadataWarren Dukes2004-10-261-1/+1
* fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes2004-10-251-0/+6
* shout audioOutput will now connect and disconnect from icecast serverWarren Dukes2004-10-201-2/+5
* some small cleanupsWarren Dukes2004-10-201-1/+4
* ok, now we're using some of the new audioOutput layer stuff, needs some serio...Warren Dukes2004-10-201-0/+1
* some work on the new audioOutput layerWarren Dukes2004-10-201-4/+18
* add audioOutput.cWarren Dukes2004-10-101-0/+43