summaryrefslogtreecommitdiffstats
path: root/apps/dsp.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-18iriver: slightly faster replaygain processing and clipping.Magnus Holmgren1-16/+52
2005-08-17iriver: Do correct ReplayGain calculation. Fixes distortion problems (and low...Magnus Holmgren1-1/+1
2005-08-11Added pre-amp setting for files with ReplayGain information.Magnus Holmgren1-11/+20
2005-08-10patch #1255805 by Frederic Devernay - fix to buffer overflow in dsp.cLinus Nielsen Feltzing1-15/+33
2005-08-10iriver: added a DSP_SWITCH_FREQUENCY config, for on-the-fly sample frequency ...Linus Nielsen Feltzing1-1/+3
2005-07-30Make simulator version of FRACMUL correct. Also corrected related comments.Magnus Holmgren1-6/+5
2005-07-25Speed up clipping; makes Vorbis decoding almost as fast as before the VorbisG...Magnus Holmgren1-2/+1
2005-07-25Added ReplayGain support to WavPack, including a small fix to dsp.cDave Bryant1-1/+1
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren1-5/+133
2005-07-18oops... should compile without warnings nowChristian Gmeiner1-1/+1
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner1-1/+1
2005-07-16Restructured DSP code for readability and speed. Simplified the API.Magnus Holmgren1-308/+433
2005-07-16Removed the bogus debugf.Miika Pekkarinen1-1/+0
2005-07-16Correctly read the next track metadata information. Don't crash ifMiika Pekkarinen1-2/+7
2005-07-05(1) Patch 1231281: Alignment tags for the WPS by Per Holmaeng. Use %al for l...Christi Scarborough1-3/+3
2005-07-02Fixed mono playback support for mp3. Added two other event handlers inMiika Pekkarinen1-8/+12
2005-06-27Initializing resampler structure correctly with zeros.Miika Pekkarinen1-1/+3
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen1-0/+397