summaryrefslogtreecommitdiff
path: root/apps/dsp.c
AgeCommit message (Expand)Author
2005-07-25Speed up clipping; makes Vorbis decoding almost as fast as before the VorbisG...Magnus Holmgren
2005-07-25Added ReplayGain support to WavPack, including a small fix to dsp.cDave Bryant
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren
2005-07-18oops... should compile without warnings nowChristian Gmeiner
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner
2005-07-16Restructured DSP code for readability and speed. Simplified the API.Magnus Holmgren
2005-07-16Removed the bogus debugf.Miika Pekkarinen
2005-07-16Correctly read the next track metadata information. Don't crash ifMiika Pekkarinen
2005-07-05(1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for l...Christi Scarborough
2005-07-02Fixed mono playback support for mp3. Added two other event handlers inMiika Pekkarinen
2005-06-27Initializing resampler structure correctly with zeros.Miika Pekkarinen
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen