summaryrefslogtreecommitdiff
path: root/apps/dsp.c
AgeCommit message (Expand)Author
2010-09-24Make sure the dsp code has proper resample buffers even if HAVE_PITCHSCREEN i...Frank Gevaerts
2010-09-17Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts
2010-02-24Partially revert svn r24888 that causes build failure on coldfire targetsBertrik Sikken
2010-02-24Kill some global variablesBertrik Sikken
2009-11-04Compressor: simplify makeup gain setting, expand release range, finally provi...Jeffrey Goode
2009-11-02Tweak logf statementsJeffrey Goode
2009-10-22Code cleanup in dsp.c and misc.c, some commentsJeffrey Goode
2009-10-19Compressor: save lots of RAM, bug fix to work with internally clipped samplesJeffrey Goode
2009-10-03Cleanup some logf info in dsp_set_compressorJeffrey Goode
2009-09-25Fix yellow: braces around logf statementsJeffrey Goode
2009-09-25Replace limiter with dynamic range compressorJeffrey Goode
2009-09-21Fix red: remove buffer from IRAMJeffrey Goode
2009-09-21Potential fix for FS#10572: limiter + time stretch produces garbage outputJeffrey Goode
2009-09-19Performance improvement in limiter, about 2%Jeffrey Goode
2009-09-18Fix subtle bug in limiterJeffrey Goode
2009-08-18FS#10199: Adds limiter DSP functionJeffrey Goode
2009-08-12FS#10446: Bug defense in dsp.c, minor tweaks and commentsJeffrey Goode
2009-08-01 * Move DSP_CALLBACK_* enum to sound.hMaurus Cuelenaere
2009-07-11Improvements to the pitch screen UI (FS#10359 by David Johnston)Alexander Levin
2009-07-05Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...Maurus Cuelenaere
2009-07-04Revert "Consolidate all fixed point math routines in one library (FS#10400) b...Maurus Cuelenaere
2009-07-04Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...Maurus Cuelenaere
2009-06-20 Merge the "Replaygain Off" option into the replaygain type; eliminate the "O...Alexander Levin
2009-06-17Fix silly typo in comment, but nothing more.Steve Bavin
2009-06-17Rework internal timestretch enable/disable code - fix FS#10341(hopefully).Steve Bavin
2009-06-16Renamed routines and changed comments for clarity.Steve Bavin
2009-06-16Get rid of tdspeed_enabled in struct dsp_config and use the global_settings m...Thomas Martitz
2009-06-15Fix FS#10331 and get mpegplayer working again.Steve Bavin
2009-06-12FS#8894 - Add time stretching feature to all SWCODEC targets - the current al...Steve Bavin
2008-09-08Something horrible happened with binsize, so revert FS#8894 completely (for n...Steve Bavin
2008-09-08Add timestretching from FS#8894, as written by Stephane Doyon based on work b...Steve Bavin
2008-07-07Fix FS #8361 - Custom stereo width reset by changing treble on e200. Thanks t...Dan Everton
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken
2008-04-08Remove FRACMUL_8_LOOP macro. This only benefited Coldfire, and we have assemb...Thom Johansen
2008-04-08Remove ACC_INIT, ACC and GET_ACC macros. These were quite Coldfire-centric ma...Thom Johansen
2008-03-20Turnaround time must be included in dsp yielding to throttle against other th...Michael Sevakis
2008-03-19Commit FS#8750. Add ARM assembler for the dsp-functions channels_process_soun...Andree Buschmann
2007-12-08Crossfeed settings used to be stored inverted in the cfg file for legacy reas...Thom Johansen
2007-12-04FS #8106. Fix overflow when dithering files that clip a lot, caused by noise ...Thom Johansen
2007-11-18Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis
2007-10-30Just because it's #if 0 doesn't make it inferior...Thom Johansen
2007-10-29Fix faulty clipping when dithering is enabled (thanks to Jens Arnold). This b...Thom Johansen
2007-08-29FS #7286. Do correct rounding of final 16 bit samples before sending to DAC, ...Thom Johansen
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman
2007-03-29Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt...Michael Sevakis
2007-03-26SWCODEC: Need to call resampler_new_delta when resetting DSP.Michael Sevakis
2007-03-25SWCODEC & Coldfire: Do some more DSP straigntening out. Do as much Coldfire o...Michael Sevakis
2007-03-07Use the new DSP callback functionality in firmware/sound.c to deal with SWCOD...Thom Johansen
2007-03-07Factor first order shelving filter code out for easier reuse and replace the ...Thom Johansen