From 0f5cb94aa4a334366a746fcbb22f3335ca413265 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 6 Nov 2006 18:07:30 +0000 Subject: 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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11452 a1c6a512-1295-4272-9138-f99709370657 --- apps/lang/english.lang | 114 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 113 insertions(+), 1 deletion(-) (limited to 'apps/lang') diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 40d7bb7..8f7deb7 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -9802,7 +9802,7 @@ id: VOICE_KBIT_PER_SEC - desc: spoken only, for file extension + desc: spoken only, a unit postfix user: *: "" @@ -10032,3 +10032,115 @@ *: "" + + id: LANG_RECORDING_FORMAT + desc: audio format item in recording menu + user: + + *: "Format" + + + *: "Format" + + + *: "Format" + + + + id: LANG_AFMT_MPA_L3 + desc: audio format description + user: + + *: "MPEG Layer 3" + + + *: "MPEG Layer 3" + + + *: "MPEG Layer 3" + + + + id: LANG_AFMT_PCM_WAV + desc: audio format description + user: + + *: "PCM Wave" + + + *: "PCM Wave" + + + *: "PCM Wave" + + + + id: LANG_AFMT_WAVPACK + desc: audio format description + user: + + *: "WavPack" + + + *: "WavPack" + + + *: "WavPack" + + + + id: LANG_ENCODER_SETTINGS + desc: encoder settings + user: + + *: "Encoder Settings" + + + *: "Encoder Settings" + + + *: "Encoder Settings" + + + + id: LANG_NO_SETTINGS + desc: when something has settings in a certain context + user: + + *: "(No Settings)" + + + *: "(No Settings)" + + + *: "No settings available" + + + + id: LANG_SOURCE_FREQUENCY + desc: when recording source frequency setting must follow source + user: + + *: "(Same As Source)" + + + *: "(Same As Source)" + + + *: "Same As Source" + + + + id: LANG_BITRATE + desc: bits-kilobits per unit time + user: + + *: "Bitrate" + + + *: "Bitrate" + + + *: "Bitrate" + + -- cgit v1.1