summaryrefslogtreecommitdiffstats
path: root/apps/dsp.h
AgeCommit message (Expand)AuthorFilesLines
2009-07-11Improvements to the pitch screen UI (FS#10359 by David Johnston)Alexander Levin1-4/+4
2009-07-05Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...Maurus Cuelenaere1-80/+0
2009-07-04Revert "Consolidate all fixed point math routines in one library (FS#10400) b...Maurus Cuelenaere1-0/+80
2009-07-04Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...Maurus Cuelenaere1-80/+0
2009-06-16Renamed routines and changed comments for clarity.Steve Bavin1-4/+4
2009-06-12FS#8894 - Add time stretching feature to all SWCODEC targets - the current al...Steve Bavin1-0/+4
2009-01-10Calculate watermark from bitrate and harddisk spinup time.Björn Stenberg1-2/+1
2008-09-08Something horrible happened with binsize, so revert FS#8894 completely (for n...Steve Bavin1-1/+0
2008-09-08Add timestretching from FS#8894, as written by Stephane Doyon based on work b...Steve Bavin1-0/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-08Remove FRACMUL_8_LOOP macro. This only benefited Coldfire, and we have assemb...Thom Johansen1-42/+1
2008-04-08Remove ACC_INIT, ACC and GET_ACC macros. These were quite Coldfire-centric ma...Thom Johansen1-23/+0
2007-11-18Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis1-9/+17
2007-11-05Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low1-1/+0
2007-11-05Remove unused conf_preseek from buffering.c and all of its accountraments. T...Brandon Low1-1/+0
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman1-2/+2
2007-03-07Use the new DSP callback functionality in firmware/sound.c to deal with SWCOD...Thom Johansen1-3/+5
2007-02-26Add software based bass/treble controls for targets which have no such functi...Thom Johansen1-0/+7
2007-02-24SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...Michael Sevakis1-4/+4
2007-02-19SWCODEC: DSP optimizations for conversion to internal format and resampling. ...Michael Sevakis1-3/+7
2007-02-15Optimise/touchup some asm macros in dsp.h, and also remove some now unneeded ...Thom Johansen1-67/+52
2007-02-10SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...Michael Sevakis1-1/+1
2007-02-07Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...Michael Sevakis1-3/+3
2007-02-05Optimise EQ coef calculation routines for both speed and size. Move now unnee...Thom Johansen1-0/+159
2006-11-26SWCODEC: Stop clicks between tracks when resampler is active by only switchin...Michael Sevakis1-0/+1
2006-10-27Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen1-1/+1
2006-08-30Applied patch #5879 by Andrew Cupper: Fix backward seeking bug.Magnus Holmgren1-0/+1
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