summaryrefslogtreecommitdiffstats
path: root/apps/sound_menu.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-04Triggered recording fixes: (1) Made it compile for Ondio FM recorder (no led,...Jens Arnold1-26/+35
2005-04-04Correct handling of USB eventsLinus Nielsen Feltzing1-3/+4
2005-04-04OopsLinus Nielsen Feltzing1-2/+2
2005-04-04Patch #868645 by Philipp Pertermann, volume triggered recording for the Archo...Linus Nielsen Feltzing1-1/+374
2005-04-01Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()Linus Nielsen Feltzing1-11/+12
2005-02-06Player: volume/balance/treble/bass handling improved. (1) Linear mapping of p...Jens Arnold1-6/+1
2005-02-04recording features depends on HAVE_RECORDING, not a specific MAS modelDaniel Stenberg1-2/+2
2005-02-04New Recording Option: Show recording screen on startupChristi Scarborough1-1/+9
2005-01-12New channel configuration setting, allowing fine-grained control of the stere...Jens Arnold1-8/+10
2004-10-27Added 74 and 80 minute recording time splits, for convenient CD creation, fix...Linus Nielsen Feltzing1-1/+3
2004-10-01This one was missing from my MAS3539F support commitJens Arnold1-2/+4
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-5/+5
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-20/+11
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-1/+1
2004-08-01More const policeing step 2Jens Arnold1-1/+1
2004-07-26First step in revamping the USB event handling, paving the way for the upcomi...Linus Nielsen Feltzing1-4/+8
2004-07-23New way of defining menus and options allows to declare them static const, wh...Jörg Hohensohn1-38/+30
2004-07-20Const'ed the various setting lookup tablesJens Arnold1-1/+1
2004-07-06Voice the 'Hertz' unit introduced with the MDB settingsJens Arnold1-1/+3
2004-07-06Bass boost removed in favour of some new sound settings: Super bass and five ...Linus Nielsen Feltzing1-7/+60
2004-06-22Added the (practically useless) 20ms option to the Auto Volume setting, for c...Linus Nielsen Feltzing1-1/+2
2004-06-16removed extra ';'Daniel Stenberg1-3/+3
2004-03-27Step 4 of voice UI:Jörg Hohensohn1-1/+2
2004-03-20Overlooked to "voice" the set_int() function, this is why many numerical sett...Jörg Hohensohn1-1/+1
2004-03-19Third step of the voice-UI: numerical settings are spoken (composed at runtim...Jörg Hohensohn1-52/+59
2004-03-16First shot at a nice little button bar at the bottom of the recorder LCD. Ena...Linus Nielsen Feltzing1-29/+30
2004-03-15Second step of the voice-UI: Option values are spoken, if they are translatab...Jörg Hohensohn1-30/+82
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn1-8/+16
2004-03-12First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing1-2/+2
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