summaryrefslogtreecommitdiff
path: root/src/audio.c
AgeCommit message (Expand)Author
2004-11-09don't set granulepos, that's pad, mmmkay?Warren Dukes
2004-11-09add a buffer to audio layer, so we only send data to audio devices 32 times p...Warren Dukes
2004-11-02new command "devices", prints devices and their statesWarren Dukes
2004-11-02enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes
2004-11-02begin work on avuton's disabling and enabling of individual audio outputsWarren Dukes
2004-11-02abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes
2004-11-02now np's OSS stuff actually worksWarren Dukes
2004-10-28fix a little bug with audio device being closed on song change, oopsWarren Dukes
2004-10-28merge shank-rewrite-config changesWarren Dukes
2004-10-26try to fix metadata on initially playing (metadata being sent before device i...Warren Dukes
2004-10-25fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes
2004-10-23configure shout encoding quality and audio formatWarren Dukes
2004-10-22on finishAudioDriver, be sure to set shoutOutput = NULLWarren Dukes
2004-10-22this really fixes pauseWarren Dukes
2004-10-22fix segfault when resuming from pauseWarren Dukes
2004-10-20shout audioOutput will now connect and disconnect from icecast serverWarren Dukes
2004-10-20stub audioOutput plugin for shoutWarren Dukes
2004-10-20oops, accidently broke crossfading, fixed nowWarren Dukes
2004-10-20some small cleanupsWarren Dukes
2004-10-20ok, now we're using some of the new audioOutput layer stuff, needs some serio...Warren Dukes
2004-10-20minor little changes to audio junkWarren Dukes
2004-06-19fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w...Warren Dukes
2004-06-12Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes
2004-05-24allow any sampleRate > 0?Warren Dukes
2004-05-10trash XMMS resampling, use ESD's instead, don't understand it, but it worksWarren Dukes
2004-05-10resampling code blatantly ripped from xmms, needs testing and need toWarren Dukes
2004-05-10more little bits of code in prep for resample/audioFormat conversion,Warren Dukes
2004-05-10use memcpy for isCurrentAudioFormat()Warren Dukes
2004-05-10stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes
2004-04-14add vim shiznit to end of all source filesWarren Dukes
2004-04-11add --disable-audio configure optionWarren Dukes
2004-04-07don't report an error about not able to open device in audioErrorWarren Dukes
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes
2004-03-21fix for iconvWarren Dukes
2004-03-20close audio device on pauseWarren Dukes
2004-02-27audio cleanupsWarren Dukes
2004-02-27cleanup audio code someWarren Dukes
2004-02-23import from SF CVSWarren Dukes