summaryrefslogtreecommitdiffstats
path: root/apps/dsp.h
AgeCommit message (Expand)AuthorFilesLines
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low1-1/+0
2006-04-11New crossfeed complete with no volume reducing bugs. Feedback on all theThom Johansen1-0/+2
2006-03-28Update equalizer precut value as it's adjusted.Dan Everton1-2/+3
2006-03-27Add precut setting for the equalizer and add some more comments to the eq men...Dan Everton1-1/+2
2006-03-21Enabled channel configuration and stereo width option on software codecThom Johansen1-0/+3
2006-02-17Reduce CPU usage while changing EQ by only updating the coefficients of the b...Dan Everton1-1/+1
2006-02-07Rework PCM bufferBrandon Low1-1/+1
2006-02-07Add Equalizer configuration to Sound Settings menu.Dan Everton1-0/+1
2006-02-04Committed a little too muchLinus Nielsen Feltzing1-1/+0
2006-02-04The simulator should use the keypad period key, not the regular oneLinus Nielsen Feltzing1-0/+1
2005-11-28Enabled playback speed adjustment support for H1x0. Modified the resampler to...Thom Johansen1-1/+2
2005-11-18More stable playback with reduced stuttering when skipping tracks.Miika Pekkarinen1-1/+0
2005-11-14add crossfeed dsp effect. Makes some music more enjoyable with headphones.Marcoen Hirschberg1-1/+3
2005-09-21DSP_* constants moved from playback.h to dsp.h.Thom Johansen1-0/+19
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren1-0/+1
2005-07-16Restructured DSP code for readability and speed. Simplified the API.Magnus Holmgren1-14/+4
2005-07-06Decreased pcm buffer low watermark when crossfade is not enabled.Miika Pekkarinen1-1/+0
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen1-0/+48