summaryrefslogtreecommitdiffstats
path: root/apps/menus/sound_menu.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-20make int_setting step & unit int16_tWilliam Wilgus1-7/+11
2021-07-22Document an intentional fallthrough in the volume limit menu codeSolomon Peachy1-0/+1
2021-04-07FS#13272: Fix up volume_limit to respect decimilaztion.Solomon Peachy1-3/+10
2021-03-22Remove some HAVE_FUNCTIONAL_MODE bitsAidan MacDonald1-7/+0
2021-03-22Add new audiohw capability: POWER_MODE_CAPAidan MacDonald1-0/+7
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-12/+0
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-15/+0
2020-07-19do_menu pass internal synclist reference to callbackWilliam Wilgus1-3/+9
2019-08-03Correct speech feedback for volume limit settingSolomon Peachy1-6/+1
2018-07-28Add cleaned-up xDuoo X3 supportSolomon Peachy1-0/+7
2017-02-04Implement speaker enable/disable on jack (un)plugAmaury Pouly1-2/+2
2015-01-19three new DSPsChiwen Chang1-0/+23
2014-01-13Implement volume limiter featurePurlingNayuki1-0/+41
2013-12-15DSP Compressor: Sidechain, Exponential Atk/RlsRyan Billing1-1/+4
2013-05-24Add DAC's oversampling filter roll-off selection to sound settings.Andrew Ryabinin1-0/+7
2012-05-09Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROLNils Wallménius1-2/+2
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis1-1/+0
2012-04-26Consolidate compressor settings into a struct.Michael Sevakis1-5/+10
2010-09-17Fix red, stupid typoFrank Gevaerts1-1/+1
2010-09-17Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts1-0/+5
2010-05-15Hopefully get some green back from r26051.Michael Sevakis1-1/+1
2010-05-15Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...Michael Sevakis1-12/+38
2009-11-04Compressor: simplify makeup gain setting, expand release range, finally provi...Jeffrey Goode1-3/+3
2009-09-25Replace limiter with dynamic range compressorJeffrey Goode1-3/+16
2009-08-18FS#10199: Adds limiter DSP functionJeffrey Goode1-0/+3
2009-06-16Renamed routines and changed comments for clarity.Steve Bavin1-1/+1
2009-06-12FS#8894 - Add time stretching feature to all SWCODEC targets - the current al...Steve Bavin1-5/+22
2009-03-02Onda VX747:Maurus Cuelenaere1-0/+7
2008-09-08Something horrible happened with binsize, so revert FS#8894 completely (for n...Steve Bavin1-3/+1
2008-09-08Add timestretching from FS#8894, as written by Stephane Doyon based on work b...Steve Bavin1-1/+3
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-20Removed unneeded dependency on pcmbuf.hBertrik Sikken1-3/+0
2008-03-03Try and only use the PCM buffer low latency mode in sound settings when we re...Dan Everton1-33/+37
2007-11-24Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...Dan Everton1-4/+14
2007-08-29Toggle low latency mode when entering/exiting the eq menu to make the Jonathan Gordon1-1/+3
2007-05-19More header and dead code cleanup.Nils Wallménius1-6/+0
2007-03-15Change anywhere where do_menu()'s return value was checked and expected Jonathan Gordon1-1/+1
2007-03-03Remove the need to double up the MENU macros in manu.h.Jonathan Gordon1-2/+2
2007-03-01Introducing the root menu!Jonathan Gordon1-1/+1
2007-02-26Add software based bass/treble controls for targets which have no such functi...Thom Johansen1-8/+2
2007-02-21Don't enable low latency mode in the Crossfeed submenuLinus Nielsen Feltzing1-1/+1
2007-02-19Convert the EQ menusJonathan Gordon1-8/+3
2007-02-14Icons in the menus. Thanks midkay for them.Jonathan Gordon1-4/+4
2007-02-13Fix the keywords on some recently added files.Jonathan Gordon1-1/+1
2007-02-08Convert the sound menu to the new systemJonathan Gordon1-1/+97
2007-02-08beginning of the new menu system. This commit shouldnt break anything, Jonathan Gordon1-0/+32