diff options
-rw-r--r-- | manual/configure_rockbox/playback_options.tex | 12 |
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} | ||