summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2014-04-11 22:06:51 +0200
committerMarcin Bukat <marcin.bukat@gmail.com>2014-04-14 08:14:57 +0200
commita18c33a498dd21b5cb083f1076987448fce259cc (patch)
tree9d8bdb8a8963d3e785752967b4c8acebba2a9743
parent238be18d0331a7a87e3ea8ea0d24b78e451357cb (diff)
downloadrockbox-a18c33a498dd21b5cb083f1076987448fce259cc.tar.gz
rockbox-a18c33a498dd21b5cb083f1076987448fce259cc.zip
manual: Add missing Frequency setting description
Change-Id: Ic552fd1e4df83a9c3889a700512d6e7a18a600d5 Reviewed-on: http://gerrit.rockbox.org/784 Reviewed-by: Marcin Bukat <marcin.bukat@gmail.com>
-rw-r--r--manual/configure_rockbox/playback_options.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex
index bfc2f5c87a..5835f75c2c 100644
--- a/manual/configure_rockbox/playback_options.tex
+++ b/manual/configure_rockbox/playback_options.tex
@@ -316,3 +316,15 @@ you to configure settings related to audio playback.
316 This option rewinds the current track by a small amount whenever it is 316 This option rewinds the current track by a small amount whenever it is
317 paused (not stopped). The amount to rewind can be set between 0 and 317 paused (not stopped). The amount to rewind can be set between 0 and
318 15 seconds. 318 15 seconds.
319
320\opt{swcodec}{
321 \opt{play_frequency}{
322 \section{Frequency}\index{Frequency}
323 This is the sampling frequency used for the rockbox playback engine. Audio
324 at a different sampling rate will be converted to this sampling rate prior to
325 mixing using a cubic Hermite polynomial resampler.
326 \note{For best quality and battery life, select the sampling rate used by
327 your audio. This is typically 44.1kHz.}
328 \note{Opus files are always 48kHz.}
329 }
330}%\opt{swcodec}