summaryrefslogtreecommitdiffstats
path: root/apps/eq.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman1-1/+1
2007-03-07Factor first order shelving filter code out for easier reuse and replace the ...Thom Johansen1-53/+47
2007-02-26Wrap filter_bishelf_coefs with HAVE_SW_TONE_CONTROLS to not waste bytes on ta...Thom Johansen1-0/+2
2007-02-26Add software based bass/treble controls for targets which have no such functi...Thom Johansen1-4/+56
2007-02-05Optimise EQ coef calculation routines for both speed and size. Move now unnee...Thom Johansen1-114/+69
2006-12-12More static'ing, and a few fixes resulting from that.Jens Arnold1-2/+2
2006-10-18Two more bits of precision for shelving EQ filters and some comment updates. ...Thom Johansen1-55/+74
2006-04-11New crossfeed complete with no volume reducing bugs. Feedback on all theThom Johansen1-0/+28
2006-03-23Make EQ work on 64 bit sims again.Thom Johansen1-1/+1
2006-03-23Fix the inaccurate frequency setting problems of the EQ due toThom Johansen1-38/+96
2006-03-21Further 64 bit related fixes. EQ should now work in AMD64 sim.Thom Johansen1-9/+9
2006-03-19Samples should always be 32 bit on all platforms, so change mostThom Johansen1-1/+2
2006-03-09C implementation of eq filter. Allows equalizer to be used in the simulator. ...Dan Everton1-6/+22
2006-02-23Erronous comment.Thom Johansen1-2/+2
2006-02-07Add Equalizer configuration to Sound Settings menu.Dan Everton1-4/+4
2006-02-04Committed a little too muchLinus Nielsen Feltzing1-4/+4
2006-02-04The simulator should use the keypad period key, not the regular oneLinus Nielsen Feltzing1-4/+4
2006-02-02More sane fixed point format for Q parameter.Thom Johansen1-4/+4
2006-02-01Enable ARM EQ support.Thom Johansen1-1/+1
2006-01-29Slight change of coef format. Removed erronous hard code of channelThom Johansen1-6/+8
2006-01-29Initial multi-band EQ support for software codec platforms. Now go startThom Johansen1-0/+226