diff options
author | popcornmix <popcornmix@gmail.com> | 2013-09-04 13:38:57 +0100 |
---|---|---|
committer | popcornmix <popcornmix@gmail.com> | 2013-09-06 19:07:52 +0100 |
commit | 6e4103ba98d8fa2b5c91c59e477a77691fc6c53b (patch) | |
tree | 11c6653ac53a28366c636a2da9afc02391228097 /language | |
parent | 5f6255fb7e749c176b89dd15dc37c271e9be778b (diff) |
[rbp/omxplayer] Add Dynamic Range Compression scheme
This adds a DRC scheme. A number of dBs of amplification can be chosen.
The audio_decode component is setup to do the usual downmix operation early
before most of the audio buffering. This means we get a second or two to
detect if the downmix would overflow. This allows the amplification to be
attenuated in time to avoid the clipping.
The attenuation gradually decays when overflow condition stops.
Also adds a gui setting to boost centre channel.
Requires updated firmware
Diffstat (limited to 'language')
-rw-r--r-- | language/English/strings.po | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/language/English/strings.po b/language/English/strings.po index 3f957b07d7..0e7ecd5529 100644 --- a/language/English/strings.po +++ b/language/English/strings.po @@ -14337,6 +14337,11 @@ msgctxt "#36542" msgid "Output to both analogue (headphones) and HDMI" msgstr "" +#: system/settings/rbp.xml +msgctxt "#36543" +msgid "Enable this to make dialogue louder compared to background sounds when downmixing multichannel audio" +msgstr "" + #reserved strings 365XX #: xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamNavigator.cpp @@ -14390,3 +14395,8 @@ msgstr "" msgctxt "#37017" msgid "Dual audio output" msgstr "" + +#: system/settings/rbp.xml +msgctxt "#37018" +msgid "Boost centre channel when downmixing" +msgstr "" |