rockbox/apps/recorder
Shachar Liberman 4d93177457 Made the AGC functions compatible with non-latin languages following the
'NonLatinLanguages' wiki page. Please keep using separate LANG_SYSFONT_
strings when using the internal font, Which only supports latin charset,
for easier translation. * Hebrew translation.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11594 a1c6a512-1295-4272-9138-f99709370657
2006-11-25 20:11:59 +00:00
..
backdrop.c Backdrop support for greyscale targets. WPS backdrop is untested. 2006-11-13 00:45:21 +00:00
backdrop.h Backdrop support for greyscale targets. WPS backdrop is untested. 2006-11-13 00:45:21 +00:00
bmp.c BMP loader: Using shifts for division by powers of 2 saves a bit on code size. 2006-11-20 00:55:09 +00:00
bmp.h Color BMP support 2006-01-28 12:12:42 +00:00
icons.c Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sample rates other than 44.1kHz whether recorded or created and saved with an external program. Recorded files will still open in an external editor however. 2006-11-24 19:49:04 +00:00
icons.h Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sample rates other than 44.1kHz whether recorded or created and saved with an external program. Recorded files will still open in an external editor however. 2006-11-24 19:49:04 +00:00
keyboard.c woops, damn vim isnt set to use space instead of tabs 2006-10-21 13:07:10 +00:00
peakmeter.c Recording trigger for software codec targets 2006-11-09 12:27:56 +00:00
peakmeter.h Recording trigger for software codec targets 2006-11-09 12:27:56 +00:00
radio.c Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. 2006-11-06 18:07:30 +00:00
radio.h Implement region setting for the fm tuner. The region setting affects deemphasis, band limits and step size. Fixes FS#5929, FS#5928. 2006-10-05 12:40:13 +00:00
recording.c Made the AGC functions compatible with non-latin languages following the 2006-11-25 20:11:59 +00:00
recording.h iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API. Simplified plugin recording by target/-ing some audio functions. UDA1380 records with WSPLL as a result. 2006-11-23 19:21:15 +00:00