forked from len0rd/rockbox
clipcounter only for targets with recording: update manual and dutch lang file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14468 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6109d39469
commit
facc7862ce
2 changed files with 17 additions and 9 deletions
|
@ -11055,13 +11055,16 @@
|
||||||
desc: in settings, for recording peak meter
|
desc: in settings, for recording peak meter
|
||||||
user:
|
user:
|
||||||
<source>
|
<source>
|
||||||
*: "Clip Counter"
|
*: none
|
||||||
|
recording: "Clip Counter"
|
||||||
</source>
|
</source>
|
||||||
<dest>
|
<dest>
|
||||||
*: "Clip Teller"
|
*: none
|
||||||
|
recording: "Clip Teller"
|
||||||
</dest>
|
</dest>
|
||||||
<voice>
|
<voice>
|
||||||
*: "Clip Teller"
|
*: none
|
||||||
|
recording: "Clip Teller"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
<phrase>
|
<phrase>
|
||||||
|
@ -11069,12 +11072,15 @@
|
||||||
desc: in recording GUI, for recording peak meter. MAX 5 characters!
|
desc: in recording GUI, for recording peak meter. MAX 5 characters!
|
||||||
user:
|
user:
|
||||||
<source>
|
<source>
|
||||||
*: "CLIP:"
|
*: none
|
||||||
|
recording: "CLIP:"
|
||||||
</source>
|
</source>
|
||||||
<dest>
|
<dest>
|
||||||
*: "CLIP:"
|
*: none
|
||||||
|
recording: "CLIP:"
|
||||||
</dest>
|
</dest>
|
||||||
<voice>
|
<voice>
|
||||||
*: ""
|
*: none
|
||||||
|
recording: ""
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</phrase>
|
||||||
|
|
|
@ -243,9 +243,11 @@
|
||||||
\item[Clip Hold Time:]
|
\item[Clip Hold Time:]
|
||||||
The number of seconds that the clipping indicator will be visible
|
The number of seconds that the clipping indicator will be visible
|
||||||
after clipping is detected.
|
after clipping is detected.
|
||||||
\item[Clip Counter:]
|
\opt{HAVE_RECORDING}{
|
||||||
Show the number of times the clip indicator went active during recording
|
\item[Clip Counter:]
|
||||||
in front of the peakmeters.
|
Show the number of times the clip indicator went active during
|
||||||
|
recording in front of the peakmeters.
|
||||||
|
}
|
||||||
\item[Scale:]
|
\item[Scale:]
|
||||||
Select whether the peak meter displays linear or logarithmic values.
|
Select whether the peak meter displays linear or logarithmic values.
|
||||||
The human ear perceives loudness on a logarithmic scale. If the Scale
|
The human ear perceives loudness on a logarithmic scale. If the Scale
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue