mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
New recording setting to configure how mono recordings are made. Previously, this was always L+R, which was kinda silly if your signal was on L only. This setting allows for L, R or L+R. SWCODEC only for now, to be added for HWCODEC (although that will only be L and L+R probably)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18745 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cb1173cedd
commit
528fe442fc
11 changed files with 160 additions and 24 deletions
|
|
@ -846,6 +846,23 @@
|
|||
*: "Mono Right"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_CHANNEL_LEFTRIGHT
|
||||
desc: in sound_settings
|
||||
user:
|
||||
<source>
|
||||
*: none
|
||||
recording_swcodec: "Mono Left + Right"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
recording_swcodec: "Mono Left + Right"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
recording_swcodec: "Mono Left plus Right"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_CHANNEL_KARAOKE
|
||||
desc: in sound_settings
|
||||
|
|
@ -12061,3 +12078,20 @@
|
|||
albumart: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_RECORDING_MONO_MODE
|
||||
desc: in sound_settings
|
||||
user:
|
||||
<source>
|
||||
*: none
|
||||
recording_swcodec: "Mono mode"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
recording_swcodec: "Mono mode"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
recording_swcodec: "Mono mode"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue