summaryrefslogtreecommitdiffstats
path: root/apps/sound_menu.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing1-1/+14
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn1-1/+1
2003-12-31New recording feature: Prerecord up to 30 seconds before you press the Play k...Linus Nielsen Feltzing1-1/+17
2003-11-20Recording in FM screen, USB mode possible in FM and recording screenLinus Nielsen Feltzing1-11/+20
2003-08-28Accepting PLAY as confirm in sound-menu (as in all other settings menu).Kjell Ericson1-0/+1
2003-06-11added a missing comma from yesterday's added time split periodsDaniel Stenberg1-1/+1
2003-06-10Added more time options to recorder timesplitBjörn Stenberg1-3/+7
2003-06-05Made bool options apply instantly (patch #729614). Also cleared up a long-sta...Björn Stenberg1-12/+14
2003-06-04Dave Jones' recording time split feature (patch #697373)Björn Stenberg1-0/+12
2003-04-23Only redraw the status line when info actually changed.Björn Stenberg1-1/+1
2003-04-20Xing headers now support mono better, added the 'editable files' optionLinus Nielsen Feltzing1-0/+7
2003-02-27Added three new channel modes: Stereo narrow, Stereo wide, and Karaoke (voice...Björn Stenberg1-3/+10
2003-02-15include sprintf.h when we use snprintf()Daniel Stenberg1-0/+1
2002-11-10Recording settings are now persistent. Added a Recording Settings menuLinus Nielsen Feltzing1-1/+56
2002-09-24Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ...Björn Stenberg1-43/+31
2002-09-18New language/string handlingBjörn Stenberg1-18/+20
2002-09-10Oooops! Players need the set_chanconf() function tooLinus Nielsen Feltzing1-5/+5
2002-09-10Added function pointer argument to set_option(). This allows for instantaneou...Linus Nielsen Feltzing1-6/+14
2002-09-09Added channel configurationLinus Nielsen Feltzing1-1/+11
2002-08-23Remade the menu system slightly. All functions invoked from menus now useDaniel Stenberg1-9/+19
2002-08-20corrected display of values when entering a settingMarkus Braun1-1/+1
2002-08-20enabled status bar in menus on recordersMarkus Braun1-15/+47
2002-08-14Added Balance settingLinus Nielsen Feltzing1-0/+10
2002-08-13Enabled saving settings to disk on playerBjörn Stenberg1-1/+0
2002-08-13Updates status bar so volume change is visible immediately.Mats Lidell1-0/+2
2002-08-08Changed #ifdef from ARCHOS_RECORDER to HAVE_*Björn Stenberg1-2/+2
2002-07-27Fixed key repeatLinus Nielsen Feltzing1-0/+4
2002-07-26Changed AVC to Auto VolumeLinus Nielsen Feltzing1-2/+2
2002-07-25Automatic Volume Control for Recorder by Heikki HannikainenLinus Nielsen Feltzing1-1/+9
2002-07-22Loudness, Superbass and sorting patch by Heikki HannikainenLinus Nielsen Feltzing1-1/+17
2002-07-15Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen).Björn Stenberg1-0/+1
2002-06-28Added decimal handlingLinus Nielsen Feltzing1-1/+21
2002-06-28First step towards a better sound setting APILinus Nielsen Feltzing1-3/+63
2002-06-27Abstracted settings user interface into set_bool, set_int and set_option.Björn Stenberg1-66/+6
2002-06-20Now uses the global settingsLinus Nielsen Feltzing1-22/+16
2002-06-192% steps instead of 10%Björn Stenberg1-2/+2
2002-06-19include settings.hDaniel Stenberg1-0/+1
2002-06-19Now it uses the DEFAULT_xxx_SETTING macrosLinus Nielsen Feltzing1-1/+3
2002-06-17Added lcd_update to make settings work ok on recorderBjörn Stenberg1-0/+1
2002-05-31MENU exits sound settingBjörn Stenberg1-0/+1
2002-05-29included sprintf.h for snprintf definitionFelix Arends1-0/+1
2002-05-28Adapted to modified button_get() callBjörn Stenberg1-5/+1
2002-05-27include config.h early to make all ifdefs work fineDaniel Stenberg1-0/+1
2002-05-26Sound settingsBjörn Stenberg1-0/+116