mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.
Note that there is a small delay from leaving a setting until the change can be heard (due to audio data buffering). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7234 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6bd8e5db08
commit
4a53787992
17 changed files with 404 additions and 38 deletions
|
|
@ -3185,3 +3185,56 @@ eng: "Restarting playback..."
|
|||
voice: "Restarting playback..."
|
||||
new:
|
||||
|
||||
id: LANG_REPLAYGAIN
|
||||
desc: in replaygain
|
||||
eng: "Replaygain"
|
||||
voice "Replaygain"
|
||||
new:
|
||||
|
||||
id: LANG_REPLAYGAIN_ENABLE
|
||||
desc: in replaygain
|
||||
eng: "Enable replaygain"
|
||||
voice "Enable replaygain"
|
||||
new:
|
||||
|
||||
id: LANG_REPLAYGAIN_NOCLIP
|
||||
desc: in replaygain
|
||||
eng: "Prevent clipping"
|
||||
voice "Prevent clipping"
|
||||
new:
|
||||
|
||||
id: LANG_REPLAYGAIN_MODE
|
||||
desc: in replaygain
|
||||
eng: "Replaygain type"
|
||||
voice "Replaygain type"
|
||||
new:
|
||||
|
||||
id: LANG_TRACK_GAIN
|
||||
desc: in replaygain
|
||||
eng: "Track gain"
|
||||
voice "Track gain"
|
||||
new:
|
||||
|
||||
id: LANG_ALBUM_GAIN
|
||||
desc: in replaygain
|
||||
eng: "Album gain"
|
||||
voice "Album gain"
|
||||
new:
|
||||
|
||||
id: LANG_ID3_TRACK_GAIN
|
||||
desc: in browse_id3
|
||||
eng: "[Track gain]"
|
||||
voice ""
|
||||
new:
|
||||
|
||||
id: LANG_ID3_ALBUM_GAIN
|
||||
desc: in browse_id3
|
||||
eng: "[Album gain]"
|
||||
voice ""
|
||||
new:
|
||||
|
||||
id: LANG_ID3_NO_GAIN
|
||||
desc: in browse_id3
|
||||
eng: "<No gain>"
|
||||
voice ""
|
||||
new:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue