mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Manual: remove most HWCODEC artifacts
This causes 3 changes in layout. 2 I can't track down and 1 is better this way. Change-Id: If4ad5e1d7431b4c2cbaaf9767d78139ef4e2dc44
This commit is contained in:
parent
7c87467ba4
commit
0aa702836b
24 changed files with 451 additions and 613 deletions
|
@ -42,29 +42,26 @@ Rockbox allows you to choose a plugin to run for select menu options.
|
|||
Simply choose the option in the setting menu and choose the plugin
|
||||
you would like to run.
|
||||
|
||||
\opt{lcd_bitmap}{
|
||||
\subsection{\label{ref:GettingExtras}Getting Extras}
|
||||
|
||||
Rockbox supports custom fonts. A collection of fonts is available for download
|
||||
in the font package at \url{http://www.rockbox.org/daily.shtml}.}
|
||||
in the font package at \url{http://www.rockbox.org/daily.shtml}.
|
||||
|
||||
\opt{lcd_bitmap}{
|
||||
\subsection{\label{ref:Loadingfonts}Loading Fonts}\index{Fonts}
|
||||
Rockbox can load fonts dynamically. Simply copy the \fname{.fnt} file to the
|
||||
\dap{} and ``play'' it in the \setting{File Browser}. If you want a font to
|
||||
be loaded automatically every time you start up, it must be located in the
|
||||
\fname{/.rockbox/fonts} directory and the filename must be at most 24 characters
|
||||
long. You can browse the fonts in \fname{/.rockbox/fonts} under
|
||||
\setting{Settings $\rightarrow$ Theme Settings $\rightarrow$ Font}
|
||||
in the \setting{Main Menu}.\\
|
||||
\subsection{\label{ref:Loadingfonts}Loading Fonts}\index{Fonts}
|
||||
Rockbox can load fonts dynamically. Simply copy the \fname{.fnt} file to the
|
||||
\dap{} and ``play'' it in the \setting{File Browser}. If you want a font to
|
||||
be loaded automatically every time you start up, it must be located in the
|
||||
\fname{/.rockbox/fonts} directory and the filename must be at most 24 characters
|
||||
long. You can browse the fonts in \fname{/.rockbox/fonts} under
|
||||
\setting{Settings $\rightarrow$ Theme Settings $\rightarrow$ Font}
|
||||
in the \setting{Main Menu}.\\
|
||||
|
||||
\note{Advanced Users Only: Any BDF font should
|
||||
\note{Advanced Users Only: Any BDF font should
|
||||
be usable with Rockbox. To convert from \fname{.bdf} to \fname{.fnt}, use
|
||||
the \fname{convbdf} tool. This tool can be found in the \fname{tools}
|
||||
directory of the Rockbox source code. See \wikilink{CreateFonts\#ConvBdf}
|
||||
for more details. Or just run \fname{convbdf} without any parameters to
|
||||
see the possible options.}
|
||||
}
|
||||
|
||||
\subsection{\label{ref:Loadinglanguages}Loading Languages}
|
||||
\index{Language files}%
|
||||
|
@ -109,15 +106,13 @@ file find the instructions on the Rockbox website:
|
|||
\\
|
||||
\config{folder, m3u, m3u8, cfg, wps, lng, rock, bmark, cue, colours, mpa,
|
||||
\firmwareextension{}, %
|
||||
\opt{swcodec}{mp1, }mp2, mp3%
|
||||
\opt{swcodec}{, ogg, oga, wma, wmv, asf, wav, flac, ac3, a52, mpc,
|
||||
wv, m4a, m4b, mp4, mod, shn, aif, aiff, spx, sid, adx, nsf, nsfe,
|
||||
spc, ape, mac, sap}%
|
||||
\opt{lcd_bitmap}{\opt{swcodec}{, mpg, mpeg}}%
|
||||
mp1, mp2, mp3, ogg, oga, wma, wmv, asf, wav, flac, ac3, a52, mpc, wv,
|
||||
m4a, m4b, mp4, mod, shn, aif, aiff, spx, sid, adx, nsf, nsfe, spc, ape,
|
||||
mac, sap, mpg, mpeg%
|
||||
\opt{HAVE_REMOTE_LCD}{, rwps}%
|
||||
\opt{lcd_non-mono}{, bmp}%
|
||||
\opt{radio}{, fmr}%
|
||||
\opt{lcd_bitmap}{, fnt, kbd}}\\*
|
||||
, fnt, kbd}\\*
|
||||
%It'd be ideal to get these from filetypes.c
|
||||
|
||||
All file extensions that are not either specifically listed in the
|
||||
|
@ -286,8 +281,8 @@ present in the theme file. The full syntax will be explained later in
|
|||
this section. All elements placed before the
|
||||
line defining a viewport are displayed in the default viewport. Elements
|
||||
defined after a viewport declaration are drawn within that viewport.
|
||||
\opt{lcd_bitmap}{Loading images (see Appendix \reference{ref:wps_images})
|
||||
should be done within the default viewport.}
|
||||
Loading images (see Appendix \reference{ref:wps_images})
|
||||
should be done within the default viewport.
|
||||
A viewport ends either with the end of the file, or with the next viewport
|
||||
declaration line. Viewports sharing the same
|
||||
coordinates and dimensions cannot be displayed at the same time. Viewports
|
||||
|
@ -526,8 +521,7 @@ That is, ``tracknum -- title [artist, album]'', where most fields are only
|
|||
displayed if available. Could also be rendered as ``filename'' or ``tracknum --
|
||||
title [artist]''.
|
||||
|
||||
%\opt{lcd_bitmap}{
|
||||
% \begin{verbatim}
|
||||
%\begin{verbatim}
|
||||
% %s%?it<%?in<%in. |>%it|%fn>
|
||||
% %s%?ia<%ia|%?d2<%d(2)|(root)>>
|
||||
% %s%?id<%id|%?d1<%d(1)|(root)>> %?iy<(%iy)|>
|
||||
|
@ -536,8 +530,8 @@ title [artist]''.
|
|||
% %fbkBit %?fv<avg|> %?iv<(id3v%iv)|(no id3)>
|
||||
% %pb
|
||||
% %pm
|
||||
% % \end{verbatim}
|
||||
%}
|
||||
%
|
||||
%\end{verbatim}
|
||||
|
||||
\section{\label{ref:manage_settings}Managing Rockbox Settings}
|
||||
|
||||
|
@ -713,11 +707,10 @@ current version.
|
|||
available.
|
||||
|
||||
|
||||
\opt{swcodec}{
|
||||
Another area of savings is avoiding or reducing CPU boosting
|
||||
through disabling computing intense features (e.g. sound processing) or
|
||||
using effective audio codecs.
|
||||
} The following provides a short overview of the most relevant settings and
|
||||
The following provides a short overview of the most relevant settings and
|
||||
rules of thumb.
|
||||
|
||||
\subsection{Display backlight}
|
||||
|
@ -765,16 +758,13 @@ current version.
|
|||
that allows correct and continuous playback (see \reference{ref:AntiSkipBuf}).
|
||||
}
|
||||
|
||||
\opt{swcodec}{
|
||||
\subsection{Replaygain}
|
||||
Replaygain is a post processing that equalises the playback volume of audio
|
||||
files to the same perceived loudness. This post processing applies a factor
|
||||
to each single PCM sample and is therefore consuming additional CPU time. If
|
||||
you want to achieve some (minor) savings in runtime, switch this feature off
|
||||
(see \reference{ref:ReplayGain}).
|
||||
}
|
||||
|
||||
\opt{lcd_bitmap}{
|
||||
\subsection{Peak Meter}
|
||||
The peak meter is a feature of the While Playing Screen and will be updated with a
|
||||
high framerate. Depending on your \dap{} this might result in a high CPU load. To
|
||||
|
@ -782,15 +772,11 @@ current version.
|
|||
\opt{ipodvideo}{
|
||||
\note{Especially the \playerman{} \playertype{} suffers from an enabled peak meter.}
|
||||
}
|
||||
}
|
||||
|
||||
\opt{swcodec,disk_storage,flash_storage}{
|
||||
\subsection{Audio format and bitrate}
|
||||
\opt{swcodec}{
|
||||
In general the fastest decoding audio format will be the best in terms of
|
||||
battery runtime on your \dap{}. An overview of different codec's performance
|
||||
on different \dap{}s can be found at \wikilink{CodecPerformanceComparison}.
|
||||
}
|
||||
|
||||
\opt{flash_storage}{
|
||||
Your target uses flash that consumes a certain amount of power during access.
|
||||
|
@ -813,11 +799,8 @@ current version.
|
|||
another based upon the above mentioned. This will reduce the audio quality.
|
||||
If you have the choice, select the best suiting codec when encoding the
|
||||
original source material.
|
||||
}
|
||||
|
||||
\opt{swcodec}{
|
||||
\subsection{Sound settings}
|
||||
In general all kinds of sound processing will need more CPU time and therefore
|
||||
consume more power. The less sound processing you use, the better it is for
|
||||
the battery runtime (for options see \reference{ref:configure_rockbox_sound}).
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
\input{appendix/file_formats.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{appendix/album_art_info.tex}}
|
||||
\input{appendix/album_art_info.tex}
|
||||
|
||||
\input{appendix/wps_tags.tex}
|
||||
|
||||
|
|
|
@ -64,9 +64,7 @@
|
|||
bidir limit & 0 to 200 & \% screen\\
|
||||
scroll paginated & on, off & N/A\\
|
||||
hold\_lr\_for\_scroll\_in\_list & on, off & N/A\\
|
||||
\opt{lcd_bitmap}{
|
||||
show path in browser & off, current directory, full path & N/A\\
|
||||
}
|
||||
contrast & 0 to 63 & N/A\\
|
||||
backlight timeout
|
||||
& off, on, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30,
|
||||
|
@ -167,7 +165,6 @@
|
|||
list\_accel\_wait & 1 to 10 & s\\
|
||||
}
|
||||
%
|
||||
\opt{swcodec}{
|
||||
replaygain type
|
||||
& track, album, track shuffle, off
|
||||
& N/A\\
|
||||
|
@ -232,7 +229,6 @@
|
|||
keyclick repeats & on, off & N/A\\
|
||||
dircache & on, off & N/A\\
|
||||
tagcache\_ram & on, off & N/A\\
|
||||
}%
|
||||
|
||||
\opt{touchpad}{
|
||||
\opt{GIGABEAT_PAD}{
|
||||
|
@ -244,7 +240,6 @@
|
|||
}
|
||||
}%
|
||||
|
||||
\opt{lcd_bitmap}{
|
||||
peak meter release
|
||||
& 1 to 126 & ?\\
|
||||
peak meter hold
|
||||
|
@ -284,12 +279,8 @@
|
|||
show icons & on, off & N/A\\
|
||||
iconset & /path/filename.bmp & N/A\\
|
||||
viewers iconset & /path/filename.bmp & N/A\\
|
||||
}%
|
||||
|
||||
\opt{swcodec}{% This doesn't depend on swcodec but using a \nopt here
|
||||
% causes ondiosp not to build for mysterious reasons.
|
||||
backdrop & /path/filename.bmp & N/A\\
|
||||
}%
|
||||
|
||||
\opt{lcd_color}{
|
||||
foreground colour & 000000 to FFFFFF & RRGGBB\\
|
||||
|
|
|
@ -6,18 +6,14 @@
|
|||
& \textbf{Action when selected}}{}{}
|
||||
\includegraphics[width=0.37cm]{appendix/images/icon-directory.png}
|
||||
& Directory & \emph{none} & Enter the directory \tabularnewline
|
||||
\opt{swcodec}{
|
||||
\includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png}
|
||||
& Audio file & \emph{various}\newline%
|
||||
(see \ref{ref:Supportedaudioformats})%
|
||||
% do NOT use \reference{} here as that will break the table.
|
||||
& Start playing the file and show the WPS\tabularnewline
|
||||
}
|
||||
& Bookmark & \fname{.bmark} & Display all bookmarks for an audio file\tabularnewline
|
||||
\opt{lcd_bitmap}{
|
||||
& Game of Life & \fname{.cells} & Show the configuration with the
|
||||
``Rocklife'' plugin\tabularnewline
|
||||
}
|
||||
\includegraphics[width=0.37cm]{appendix/images/icon-config.png}
|
||||
& Configuration File & \fname{.cfg} & Load the settings file\tabularnewline
|
||||
\includegraphics[width=0.37cm]{appendix/images/icon-chip8.png}
|
||||
|
@ -62,10 +58,8 @@
|
|||
\includegraphics[width=0.37cm]{appendix/images/icon-rolo.png}
|
||||
& Rockbox firmware & \fname{.mi4} & Load the new firmware with ROLO \tabularnewline
|
||||
}
|
||||
\opt{swcodec}{
|
||||
\includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png}
|
||||
& Video & \fname{.mpg}, \fname{.mpeg}, \fname{.mpv}, \fname{.m2v} & Play the MPEG1/2 video \tabularnewline
|
||||
}
|
||||
\includegraphics[width=0.37cm]{appendix/images/icon-rock.png}
|
||||
& Plugin & \fname{.rock} & Start the plugin\tabularnewline
|
||||
\opt{sansaAMS}{
|
||||
|
@ -79,7 +73,6 @@
|
|||
& While Playing Screen & \fname{.wps} & Load the new WPS display configuration\tabularnewline
|
||||
\end{rbtabular}
|
||||
|
||||
\opt{swcodec}{
|
||||
\chapter{Audio and metadata formats}
|
||||
\section{\label{ref:Supportedaudioformats}Supported audio formats}
|
||||
\subsection{Lossy Codecs}
|
||||
|
@ -375,4 +368,3 @@
|
|||
to 90 bytes.
|
||||
}
|
||||
\end{enumerate}
|
||||
}
|
||||
|
|
|
@ -159,11 +159,10 @@ or \config{\%D(2)}), produce the information for the next file to be played.
|
|||
\section{Playlist/Song Info}
|
||||
\begin{tagmap}
|
||||
\config{\%pb} & Progress Bar.
|
||||
\opt{lcd_bitmap}{
|
||||
This will replace the entire line with a progress bar.
|
||||
You can set the position, width and height of the progressbar
|
||||
(in pixels) and load a custom image for it:
|
||||
\config{\%pb(x,y,[width],[height],image.bmp)}} \\
|
||||
\config{\%pb(x,y,[width],[height],image.bmp)} \\
|
||||
\config{\%px} & Percentage played in song\\
|
||||
\config{\%pc} & Current time in song\\
|
||||
\config{\%pe} & Total number of playlist entries\\
|
||||
|
@ -181,8 +180,8 @@ or \config{\%D(2)}), produce the information for the next file to be played.
|
|||
\config{\%pv} & Current volume (in dB). Can also be used in a conditional:
|
||||
\config{\%?pv<Mute|\ldots|0 dB|Above 0 dB>}\newline
|
||||
Mute is 0\% volume, \ldots is the values between Mute and max, 0 dB is max volume, and Above 0 dB is amplified volume
|
||||
\opt{lcd_bitmap}{This can also be used like \%pb to provide a continuous scale:
|
||||
\config{\%pv(x,y,[width],[height],image.bmp)}} \\
|
||||
This can also be used like \%pb to provide a continuous scale:
|
||||
\config{\%pv(x,y,[width],[height],image.bmp)} \\
|
||||
\config{\%pS} & Track is starting. An optional number gives how many seconds
|
||||
the tag remains true for after the start of the track. The default is
|
||||
10 seconds if no number is specified.
|
||||
|
@ -227,20 +226,16 @@ or \config{\%D(2)}), produce the information for the next file to be played.
|
|||
\config{\%ra} & Autoscore for the song\\
|
||||
\end{tagmap}
|
||||
|
||||
\opt{swcodec}{
|
||||
\section{Sound (DSP) settings}
|
||||
\begin{tagmap}
|
||||
\config{\%Sp} & Current playback pitch \\
|
||||
\opt{swcodec}{
|
||||
\config{\%xf} & Crossfade setting, in the order: Off, Auto Skip, Man Skip,
|
||||
Shuffle, Shuffle and Man Skip, Always\\
|
||||
\config{\%rg} & ReplayGain value in use (x.y~dB). If used as a conditional,
|
||||
Replaygain type in use: \config{\%?rg<Off|Track%
|
||||
|Album|TrackShuffle|AlbumShuffle%
|
||||
|No tag>}\\
|
||||
}
|
||||
\end{tagmap}
|
||||
}
|
||||
|
||||
\section{Hold}
|
||||
\begin{tagmap}
|
||||
|
@ -360,13 +355,11 @@ Examples:
|
|||
\end{enumerate}
|
||||
|
||||
|
||||
\opt{lcd_bitmap}{
|
||||
\section{\label{ref:wps_images}Images}
|
||||
\begin{tagmap}
|
||||
\config{\%X(filename.bmp)}
|
||||
& Load and set a backdrop image for the WPS.
|
||||
This image must be exactly the same size as your LCD.\\
|
||||
}%
|
||||
\config{\%x(n,filename[,x,y])}
|
||||
& Load and display an image\newline
|
||||
\config{n}: image ID for later referencing in \config{\%xd}\newline
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
% $Id$ %
|
||||
\section{\label{ref:Bookmarkconfigactual}Bookmarking}
|
||||
Bookmarks allow you to save your current position within a track so that
|
||||
you can return to it at a later time. \opt{swcodec}{Bookmarks also store
|
||||
rate, pitch and speed information from the \setting{Pitch Screen} (see
|
||||
\reference{sec:pitchscreen}).} Bookmarks are saved on a per directory
|
||||
you can return to it at a later time. Bookmarks also store rate, pitch
|
||||
and speed information from the \setting{Pitch Screen} (see
|
||||
\reference{sec:pitchscreen}). Bookmarks are saved on a per directory
|
||||
basis or for individual (saved) playlists. You can store multiple bookmarks,
|
||||
even for the same track. When there's already a bookmark for a directory or
|
||||
playlist, new bookmarks are added before existing ones.
|
||||
|
|
|
@ -173,11 +173,9 @@
|
|||
\item[Scroll Start Delay.]
|
||||
Controls how many milliseconds Rockbox should wait before a new
|
||||
text begins automatically scrolling.
|
||||
\opt{lcd_bitmap}{
|
||||
\item[Scroll Step Size.]
|
||||
Defines the number of pixels the text should move for each step, as used
|
||||
by the Scroll Speed setting.
|
||||
}
|
||||
\opt{remote}{
|
||||
\item[Remote Scrolling Options.]
|
||||
The options here have the same effect on the remote LCD as the options
|
||||
|
@ -191,7 +189,6 @@
|
|||
Rockbox chooses which method it should use depending of how much it has to
|
||||
scroll to the left. This setting lets you tell Rockbox where that limit
|
||||
is, expressed in percentage of the line length.
|
||||
\opt{lcd_bitmap}{
|
||||
\item[Screen Scrolls Out of View.]
|
||||
Screens can be manually scrolled horizontally by pressing
|
||||
\opt{IRIVER_H10_PAD}{Long \ButtonRew/\ButtonFF}%
|
||||
|
@ -206,7 +203,6 @@
|
|||
\item[Screen Scroll Step Size.]
|
||||
Defines the number of pixels the horizontal manual screen scroll should move
|
||||
for each step.
|
||||
}
|
||||
\item[Paged Scrolling.]
|
||||
When set to \setting{Yes} scrolling vertically on pages that surpass the
|
||||
screen size will page up/down instead of simply changing lines. This can be
|
||||
|
@ -227,7 +223,6 @@
|
|||
}
|
||||
\end{description}
|
||||
%
|
||||
\opt{lcd_bitmap}{
|
||||
\item[Peak Meter.]
|
||||
The peak meter can be configured with a number of parameters.
|
||||
\begin{description}
|
||||
|
@ -270,7 +265,7 @@
|
|||
there will be a large change. You can use these values for `zooming'
|
||||
into the peak meter.
|
||||
\end{description}
|
||||
}
|
||||
|
||||
\item[\label{ref:Defaultcodepage}Default Codepage.]
|
||||
A codepage describes the way extended characters that are not available
|
||||
within the ASCII character set are encoded. ID3v1 tags do not have a
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
\input{configure_rockbox/system_options.tex}
|
||||
\input{configure_rockbox/startup_shutdown_options.tex}
|
||||
\input{configure_rockbox/bookmarking.tex}
|
||||
\opt{tagcache}{\opt{swcodec}{
|
||||
\opt{tagcache}{
|
||||
\input{configure_rockbox/autoresume.tex}
|
||||
}}
|
||||
}
|
||||
\input{configure_rockbox/language.tex}
|
||||
\input{configure_rockbox/voice.tex}
|
||||
\input{configure_rockbox/wps_context_plugin.tex}
|
||||
|
|
|
@ -68,10 +68,8 @@ you to configure settings related to audio playback.
|
|||
This can happen if the \dap{} is knocked, shaken or jogged heavily while
|
||||
Rockbox is trying to read the hard drive.
|
||||
|
||||
\opt{swcodec}{
|
||||
The anti-skip buffer can be set to various values between
|
||||
5 seconds and 10 minutes.\\
|
||||
}
|
||||
|
||||
\note{Having a large anti-skip buffer tends to use more power, and may
|
||||
reduce your battery life. It is recommended to always use the lowest
|
||||
|
@ -90,9 +88,8 @@ you to configure settings related to audio playback.
|
|||
instead of being played immediately. Pausing and stopping playback is
|
||||
disabled as well as skipping songs and launching plugins.
|
||||
|
||||
\opt{swcodec}{
|
||||
\opt{crossfade}{
|
||||
\section{Crossfade}
|
||||
\opt{crossfade}{
|
||||
\section{Crossfade}
|
||||
This section controls the behavior of the crossfader. The crossfader, when
|
||||
enabled, smoothly fades one track into the next. This can occur in two
|
||||
situations: an automatic track change or a manual track skip. An automatic
|
||||
|
@ -147,7 +144,7 @@ you to configure settings related to audio playback.
|
|||
\includegraphics[width=14cm]{configure_rockbox/images/crossfade_graphic.png}
|
||||
}%\opt{crossfade}
|
||||
|
||||
\section{\label{ref:ReplayGain}Replaygain}
|
||||
\section{\label{ref:ReplayGain}Replaygain}
|
||||
This allows you to control the replaygain function.
|
||||
The purpose of replaygain is to adjust the volume of the music played
|
||||
so that all songs (or albums, depending on your settings) have the
|
||||
|
@ -189,11 +186,10 @@ you to configure settings related to audio playback.
|
|||
decibel (dB) value between -12~dB and +12~dB, in increments of 0.5~dB.
|
||||
\end{description}
|
||||
|
||||
\section{Track Skip Beep}
|
||||
\section{Track Skip Beep}
|
||||
Controls the volume of the beep that is heard when
|
||||
skipping forward or backward between tracks. The beep is disabled when
|
||||
set to \setting{Off}.
|
||||
}%\opt{swcodec}
|
||||
|
||||
\opt{spdif_power}{
|
||||
\section{\label{ref:SPDIF_OnOff}Optical Output}
|
||||
|
@ -294,8 +290,7 @@ you to configure settings related to audio playback.
|
|||
if a track ends, which can be achieved by combining this option with
|
||||
\setting{Repeat} set to \setting{One}
|
||||
|
||||
\opt{swcodec}{
|
||||
\section{Rewind Before Resume}\index{Rewind Before Resume}
|
||||
\section{Rewind Before Resume}\index{Rewind Before Resume}
|
||||
When restarting a track or a bookmark, a short rewind can be done before the
|
||||
playback is started. This can be useful when listening to speech material,
|
||||
to help remember what was being said just before playback was stopped.
|
||||
|
@ -305,15 +300,13 @@ you to configure settings related to audio playback.
|
|||
the next option for rewinding on pause.}
|
||||
\note{The actual rewind distance may differ a little from the requested
|
||||
value, depending on the file in question.}
|
||||
}%\opt{swcodec}
|
||||
|
||||
\section{Rewind on Pause}\index{Rewind on Pause}
|
||||
This option rewinds the current track by a small amount whenever it is
|
||||
paused (not stopped). The amount to rewind can be set between 0 and
|
||||
15 seconds.
|
||||
|
||||
\opt{swcodec}{
|
||||
\opt{play_frequency}{
|
||||
\opt{play_frequency}{
|
||||
\section{Frequency}\index{Frequency}
|
||||
This is the sampling frequency used for the rockbox playback engine. Audio
|
||||
at a different sampling rate will be converted to this sampling rate prior to
|
||||
|
@ -321,5 +314,4 @@ you to configure settings related to audio playback.
|
|||
\note{For best quality and battery life, select the sampling rate used by
|
||||
your audio. This is typically 44.1kHz.}
|
||||
\note{Opus files are always 48kHz.}
|
||||
}
|
||||
}%\opt{swcodec}
|
||||
}
|
||||
|
|
|
@ -6,16 +6,14 @@
|
|||
where you want to store them in the \setting{File Browser} and select
|
||||
\setting{Set As Recording Directory}.}
|
||||
|
||||
\opt{swcodec}{
|
||||
\section{Format}
|
||||
\section{Format}
|
||||
Choose which format to save your recording in. The available choices are
|
||||
the two uncompressed formats \setting{PCM Wave} and \setting{AIFF}, the
|
||||
losslessly compressed \setting{WavPack} and the lossy
|
||||
\setting{MPEG Layer~3}.
|
||||
|
||||
\section{Encoder Settings (MP3 only)}
|
||||
\section{Encoder Settings (MP3 only)}
|
||||
This sets the bitrate when using the \setting{MPEG Layer~3} format.
|
||||
}
|
||||
|
||||
\section{Frequency}
|
||||
\nopt{ipodnano,ipodcolor,ipod4g}{
|
||||
|
@ -39,9 +37,8 @@
|
|||
22.05~kHz, 16~kHz, 12~kHz, 11.025~kHz and 8~kHz}
|
||||
are available. Higher sample rates use up more disk space, but give better
|
||||
sound quality.
|
||||
\opt{swcodec}{\note{The 11.025~kHz setting is not available when using %
|
||||
\note{The 11.025~kHz setting is not available when using %
|
||||
\setting{MPEG Layer~3} format.}
|
||||
}
|
||||
\opt{recording_digital}
|
||||
{\note{You cannot change the sample rate for digital recordings.}
|
||||
}
|
||||
|
@ -80,11 +77,9 @@
|
|||
for mono recording, only the left channel is recorded. Mono recordings
|
||||
are usually somewhat smaller than stereo.
|
||||
|
||||
\opt{swcodec}{
|
||||
\section{Mono Mode}
|
||||
\section{Mono Mode}
|
||||
When configured to record to mono and the source is a stereo signal, use this
|
||||
setting to configure how the mono signal is created. Options are L, R and L+R.
|
||||
}
|
||||
|
||||
\section{File Split Options}
|
||||
This sub menu contains options for file splitting, which can be used to split
|
||||
|
|
|
@ -197,7 +197,6 @@ change to customise your listening experience.
|
|||
}%
|
||||
}
|
||||
|
||||
\opt{swcodec}{
|
||||
\section{Crossfeed}
|
||||
Crossfeed attempts to make the experience of listening to music on
|
||||
headphones more similar to listening to music with stereo speakers. When you
|
||||
|
@ -250,9 +249,7 @@ change to customise your listening experience.
|
|||
% http://www.ohl.to/interests-in-audio/crossfeed-and-eq-for-headphones/
|
||||
Beware that the crossfeed function is capable of making the audio distort
|
||||
if you choose settings which result in a too high output level.
|
||||
}
|
||||
|
||||
\opt{swcodec}{
|
||||
\section{\label{ref:EQ}Equalizer}
|
||||
\screenshot{configure_rockbox/images/ss-equalizer}{The graphical equalizer}{}
|
||||
Rockbox features a parametric equalizer (EQ). In contrast to non-parametric
|
||||
|
@ -472,9 +469,7 @@ configure the EQ, or use the presets for designing their own custom EQ
|
|||
settings.
|
||||
|
||||
\end{description}
|
||||
}
|
||||
|
||||
\opt{swcodec}{
|
||||
\section{Dithering}
|
||||
This setting controls the dithering and noise shaping functionality of Rockbox.
|
||||
|
||||
|
@ -500,9 +495,7 @@ and not easily noticable.
|
|||
|
||||
Rockbox uses highpass triangular distribution noise as the dithering noise
|
||||
source, and a third order noise shaper.
|
||||
}
|
||||
|
||||
\opt{swcodec}{%
|
||||
\opt{pitchscreen}{%
|
||||
\section{Timestretch}
|
||||
Enabling \setting{Timestretch} allows you to change the playback speed without
|
||||
|
@ -512,9 +505,7 @@ intended for speech playback and may significantly dilute your listening
|
|||
experience with more complex audio. See \reference{sec:pitchscreen} for more
|
||||
details about how to use the feature.
|
||||
}
|
||||
}
|
||||
|
||||
\opt{swcodec}{
|
||||
\section{Haas Surround}
|
||||
This setting implements the Haas effect with adjustable delay time to enhance
|
||||
the stereo effect of the sound. A full range Haas effect creates the impression
|
||||
|
@ -526,25 +517,19 @@ and \setting{f(x2)} to set frequencies which are not affected. The \setting{SIDE
|
|||
setting uses mid-side processing to determine and apply effect to the side channel only.
|
||||
Finally, the \setting{Dry/Wet Mix} setting adjusts the proportion mixed from the
|
||||
original (dry) and 'effected' (wet) signals.
|
||||
}
|
||||
|
||||
\opt{swcodec}{
|
||||
\section{Perceptual Bass Enhancement}
|
||||
This setting implements a group delay correction and an additional biophonic EQ to
|
||||
emphasize to boost bass perception. The \setting{precut} setting provides
|
||||
negative overall gain to prevent possible audio distortion due to the EQ
|
||||
gain. The defult precut value is set to -2.5 dB and can be adjust from 0 dB to -4.5 dB.
|
||||
Note that this effect will stack with any other EQ applied.
|
||||
}
|
||||
|
||||
\opt{swcodec}{
|
||||
\section{Auditory Fatigue Reduction}
|
||||
Human hearing is more senstive to some frequency bands. This setting applies additional
|
||||
equalization and bi-shelf filtering to reduce signals in these bands to minimize
|
||||
the chance that temporary threshold shift (auditory fatigue) occurs.
|
||||
}
|
||||
|
||||
\opt{swcodec}{
|
||||
\section{Compressor}
|
||||
The \setting{Compressor} reduces, or compresses, the dynamic range of the audio
|
||||
signal. This makes the quieter and louder sections closer to the same volume
|
||||
|
@ -592,4 +577,3 @@ the input signal is reduced appropriately, but the gain isn't allowed to
|
|||
immediately return to normal levels. This is necessary to reduce artifacts
|
||||
such as ``pumping.'' Instead, the gain is allowed to return to normal at the
|
||||
chosen rate. Release Time is the time for the gain to recover by 10~dB.
|
||||
}
|
||||
|
|
|
@ -203,8 +203,7 @@ therefore result in better runtime.
|
|||
}
|
||||
}
|
||||
|
||||
\opt{swcodec}{
|
||||
\subsection{Keyclick}
|
||||
\subsection{Keyclick}
|
||||
This menu controls key clicks on button presses.
|
||||
\begin{description}
|
||||
\opt{hardware_click}{
|
||||
|
@ -223,7 +222,6 @@ therefore result in better runtime.
|
|||
repeated when you hold down a button. If set to \setting{Off}, you will
|
||||
hear only one click.
|
||||
\end{description}
|
||||
}
|
||||
|
||||
\opt{touchpad}{
|
||||
\subsection{Touchpad}
|
||||
|
|
|
@ -47,11 +47,9 @@ customize the visual appearance of Rockbox.
|
|||
headphones and when connected to an external amplifier. See
|
||||
\reference{ref:CreateYourOwnWPS} for more details.}
|
||||
|
||||
\opt{lcd_bitmap}{
|
||||
\item[Font.]
|
||||
Browse the installed fonts on your \dap{}. Selecting one will activate it.
|
||||
See \reference{ref:Loadingfonts} for further details about fonts.
|
||||
}
|
||||
|
||||
\item[While Playing Screen.]
|
||||
Opens the \setting{File Browser} in the \fname{/.rockbox/wps} directory and
|
||||
|
@ -75,10 +73,8 @@ customize the visual appearance of Rockbox.
|
|||
Rockbox has the ability to display an icon to the left of the file
|
||||
in the \setting{File Browser}. For details of these icons, see
|
||||
\reference{ref:Supportedfileformats}.
|
||||
\opt{lcd_bitmap}{
|
||||
These icons can also be customised. See the \wikilink{IconSets}
|
||||
and \wikilink{CustomIcons} Wiki pages for details.
|
||||
}
|
||||
|
||||
\opt{lcd_non-mono}{%
|
||||
\item[Clear Backdrop.]
|
||||
|
@ -87,8 +83,7 @@ customize the visual appearance of Rockbox.
|
|||
This option allows you to clear the backdrops that you set.
|
||||
}
|
||||
%
|
||||
\opt{lcd_bitmap}{
|
||||
\item[Status/Scrollbar.]
|
||||
\item[Status/Scrollbar.]
|
||||
Settings related to on screen status display and the scrollbar.
|
||||
\begin{description}
|
||||
\item[Scroll Bar.] Allows you to choose where the vertical scroll bar
|
||||
|
@ -108,9 +103,7 @@ customize the visual appearance of Rockbox.
|
|||
\item[Battery Display.] Controls whether the battery charge status is
|
||||
displayed as a graphic or numerical percentage value on the Status Bar.
|
||||
\end{description}
|
||||
}
|
||||
%
|
||||
\opt{lcd_bitmap}{
|
||||
\item[Line Selector Type.]
|
||||
This option allows you to select which type of line selector to use.
|
||||
\begin{description}
|
||||
|
@ -127,7 +120,6 @@ customize the visual appearance of Rockbox.
|
|||
submenu.
|
||||
}
|
||||
\end{description}
|
||||
}
|
||||
|
||||
\opt{lcd_color}{
|
||||
\item[Colours.]
|
||||
|
|
|
@ -243,7 +243,6 @@ still available to you.\\
|
|||
various important aspects of Rockbox, such as the different versions
|
||||
available.\\}}
|
||||
|
||||
\opt{swcodec} {
|
||||
\opt{HAVE_RB_BL_ON_DISK}{There are three separate components,
|
||||
two of which need to be installed in order to run Rockbox:}
|
||||
\opt{HAVE_RB_BL_IN_FLASH}{There are two separate components
|
||||
|
@ -282,7 +281,6 @@ still available to you.\\
|
|||
\fname{.rockbox} which contains all of the Rockbox files, and is
|
||||
located in the root of your \daps{} drive.
|
||||
\end{description}
|
||||
}
|
||||
|
||||
Apart from the required parts there are some addons you might be interested
|
||||
in installing.
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
files are available here: \wikilink{FmPresets}.
|
||||
|
||||
\opt{recording}{
|
||||
\opt{swcodec}{
|
||||
It is also possible to record the FM radio while listening.
|
||||
To start recording, enter the FM radio settings menu with
|
||||
\ActionFMMenu{} and then select \setting{Recording}.
|
||||
|
@ -28,7 +27,6 @@
|
|||
Further information on \setting{Recording} can be found in
|
||||
\reference{ref:Recording}.
|
||||
}
|
||||
}
|
||||
|
||||
\begin{btnmap}
|
||||
\ActionFMPrev, \ActionFMNext
|
||||
|
|
|
@ -37,8 +37,8 @@ Any other tags and lines without time tags are ignored.
|
|||
|
||||
\subsubsection{Location of lyrics files}
|
||||
The plugin checks the following directories for lyrics files.
|
||||
\opt{swcodec}{If no lyrics file is found and the audio file is a \fname{.mp3},
|
||||
it also checks for SYLT and USLT tags in the id3v2 tags.}
|
||||
If no lyrics file is found and the audio file is a \fname{.mp3},
|
||||
it also checks for SYLT and USLT tags in the id3v2 tags.
|
||||
|
||||
\begin{enumerate}
|
||||
\item The directory containing the audio file and its parent directories.
|
||||
|
@ -116,10 +116,8 @@ same order as in that list.
|
|||
\begin{description}
|
||||
\item[Theme settings.] Change theme related settings.
|
||||
\begin{description}
|
||||
\opt{lcd_bitmap}{%
|
||||
\item[Show Statusbar.] Show / hide the statusbar.
|
||||
\item[Display Title.] Show / hide the track title.
|
||||
}%
|
||||
\item[Display Time.] Show / hide the current time.
|
||||
\opt{lcd_color}{%
|
||||
\item[Inactive Colour.] Set the colour of the inactive part of the lyrics.
|
||||
|
@ -127,7 +125,6 @@ same order as in that list.
|
|||
\item[Backlight Force On.] Do not turn off the backlight while displaying
|
||||
the lyrics.
|
||||
\end{description}
|
||||
\opt{lcd_bitmap}{%
|
||||
\item[Display Settings.] Change how the lyrics are displayed.
|
||||
\begin{description}
|
||||
\item[Wrap.] Breaks lines at white space.
|
||||
|
@ -136,13 +133,10 @@ same order as in that list.
|
|||
\item[Activate Only Current Line.]
|
||||
Activate only the current line, or the current and previous lines.
|
||||
\end{description}
|
||||
}%
|
||||
\item[Lyrics Settings.] Change how the lyrics files are loaded.
|
||||
\begin{description}
|
||||
\item[Encoding.] Sets the codepage used in the plugin.
|
||||
\opt{swcodec}{%
|
||||
\item[Read ID3 tag.] Read lyrics from id3 tags in mp3 files.
|
||||
}%
|
||||
\item[Lrc Directory.] Set the directory where lyrics files are stored,
|
||||
must be a maximum of 63 bytes.
|
||||
\end{description}
|
||||
|
|
|
@ -14,30 +14,28 @@ them can be started from \setting{Browse Plugins} in the \setting{Main Menu}.\\
|
|||
|
||||
Viewer plugins get started automatically by opening an associated file (i.e.
|
||||
text files%
|
||||
\opt{lcd_bitmap}{, chip8 games}%
|
||||
), or from the \setting{Open with} option on the \setting{Context Menu}.
|
||||
, chip8 games), or from the \setting{Open with} option on the \setting{Context Menu}.
|
||||
|
||||
\section{Games}
|
||||
\opt{lcd_bitmap}
|
||||
{See also the Chip{}-8 emulator in \reference{ref:Chip8emulator},
|
||||
See also the Chip{}-8 emulator in \reference{ref:Chip8emulator},
|
||||
Frotz in \reference{ref:Frotz},
|
||||
\opt{iriverh100,iaudiom5,lcd_color}
|
||||
{Rockboy in \reference{ref:Rockboy}}
|
||||
and ZXBox in \reference{ref:ZXBox}.}
|
||||
and ZXBox in \reference{ref:ZXBox}.
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/2048.tex}}
|
||||
\input{plugins/2048.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/blackjack.tex}}
|
||||
\input{plugins/blackjack.tex}
|
||||
|
||||
\opt{large_plugin_buffer}{\input{plugins/boomshine.tex}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/brickmania.tex}}
|
||||
\input{plugins/brickmania.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/bubbles.tex}}
|
||||
\input{plugins/bubbles.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/chessbox.tex}}
|
||||
\input{plugins/chessbox.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/chopper.tex}}
|
||||
\input{plugins/chopper.tex}
|
||||
|
||||
\opt{lcd_color}{\input{plugins/clix.tex}}
|
||||
|
||||
|
@ -51,103 +49,103 @@ text files%
|
|||
|
||||
{\input{plugins/flipit.tex}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/goban.tex}}
|
||||
\input{plugins/goban.tex}
|
||||
|
||||
\opt{lcd_non-mono}{\nopt{iriverh10_5gb,ipodmini1g,c200,c200v2,mpiohd200,clipzip,samsungyh820}{
|
||||
\input{plugins/invadrox.tex}}}
|
||||
|
||||
{\input{plugins/jackpot.tex}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/jewels.tex}}
|
||||
\input{plugins/jewels.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/maze.tex}}
|
||||
\input{plugins/maze.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/mazezam.tex}}
|
||||
\input{plugins/mazezam.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/minesweeper.tex}}
|
||||
\input{plugins/minesweeper.tex}
|
||||
|
||||
\opt{iriverh100,iaudiom5,lcd_color}{\nopt{c200,c200v2}{\input{plugins/pacbox.tex}}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/pegbox.tex}}
|
||||
\input{plugins/pegbox.tex}
|
||||
|
||||
\opt{lcd_color}{\opt{large_plugin_buffer}{\input{plugins/pixelpainter.tex}}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/pong.tex}}
|
||||
\input{plugins/pong.tex}
|
||||
|
||||
\opt{lcd_color}{\nopt{lowmem,iaudiox5,iriverh300}{\input{plugins/quake.tex}}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/reversi.tex}}
|
||||
\input{plugins/reversi.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/robotfindskitten.tex}}
|
||||
\input{plugins/robotfindskitten.tex}
|
||||
|
||||
{\input{plugins/rockblox.tex}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/rockblox1d.tex}}
|
||||
\input{plugins/rockblox1d.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/sgt-puzzles.tex}}
|
||||
\input{plugins/sgt-puzzles.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/sliding.tex}}
|
||||
\input{plugins/sliding.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/snake.tex}}
|
||||
\input{plugins/snake.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/snake2.tex}}
|
||||
\input{plugins/snake2.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/sokoban.tex}}
|
||||
\input{plugins/sokoban.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/solitaire.tex}}
|
||||
\input{plugins/solitaire.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/spacerocks.tex}}
|
||||
\input{plugins/spacerocks.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/star.tex}}
|
||||
\input{plugins/star.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/sudoku.tex}}
|
||||
\input{plugins/sudoku.tex}
|
||||
|
||||
\opt{lcd_non-mono}{\nopt{iriverh10_5gb,ipodmini1g,c200,c200v2,mpiohd200,clipzip,samsungyh820}{
|
||||
\input{plugins/superdom.tex}}}
|
||||
|
||||
\opt{lcd_color}{\nopt{lowmem,iaudiox5,iriverh300}{\input{plugins/wolf3d.tex}}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/wormlet.tex}}
|
||||
\input{plugins/wormlet.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/xobox.tex}}
|
||||
\input{plugins/xobox.tex}
|
||||
|
||||
\opt{lcd_color}{\input{plugins/xworld.tex}}
|
||||
|
||||
\section{Demos}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/bounce.tex}}
|
||||
\input{plugins/bounce.tex}
|
||||
|
||||
{\input{plugins/credits.tex}}
|
||||
|
||||
{\input{plugins/cube.tex}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/demystify.tex}}
|
||||
\input{plugins/demystify.tex}
|
||||
|
||||
\opt{swcodec}{\input{plugins/fft.tex}}
|
||||
\input{plugins/fft.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/fire.tex}}
|
||||
\input{plugins/fire.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/fractals.tex}}
|
||||
\input{plugins/fractals.tex}
|
||||
|
||||
{\input{plugins/logo.tex}}
|
||||
|
||||
\opt{lcd_bitmap}{\nopt{xduoox3,clip,clipplus}{\input{plugins/matrix.tex}}}
|
||||
\nopt{xduoox3,clip,clipplus}{\input{plugins/matrix.tex}}
|
||||
|
||||
{\input{plugins/mosaic.tex}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/oscilloscope.tex}}
|
||||
\input{plugins/oscilloscope.tex}
|
||||
|
||||
\opt{tagcache}{\opt{lcd_bitmap}{\input{plugins/pictureflow.tex}}}
|
||||
\opt{tagcache}{\input{plugins/pictureflow.tex}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/plasma.tex}}
|
||||
\input{plugins/plasma.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/rocklife.tex}}
|
||||
\input{plugins/rocklife.tex}
|
||||
|
||||
{\input{plugins/snow.tex}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/starfield.tex}}
|
||||
\input{plugins/starfield.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/vumeter.tex}}
|
||||
\input{plugins/vumeter.tex}
|
||||
|
||||
\section{\label{ref:Viewersplugins}Viewers}
|
||||
|
||||
|
@ -168,7 +166,7 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).}
|
|||
Frotz & \fname{.z1} to \fname{.z8} & \\
|
||||
Image Viewer & \fname{.bmp, .jpg, .jpeg, .png\opt{lcd_color}{, .ppm}} & \\
|
||||
Lua scripting language& \fname{.lua} & \\
|
||||
\opt{swcodec}{\nopt{lowmem}{
|
||||
\nopt{lowmem}{
|
||||
Midiplay & \fname{.mid, .midi} & \\
|
||||
Mikmod & \fname{.669, .amf, .asy, .dsm,} & \\
|
||||
& \fname{.far, .gdm, imf, .it,} & \\
|
||||
|
@ -176,13 +174,9 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).}
|
|||
& \fname{.s3m, .stm, .stx, .ult,} & \\
|
||||
& \fname{.uni, .umx, .xm} & \\
|
||||
MPEG Player & \fname{.mpg, .mpeg, .mpv, .m2v} & \\
|
||||
}}
|
||||
\opt{swcodec}{
|
||||
}
|
||||
MP3 Encoder & \fname{.wav} & x \\
|
||||
}
|
||||
\opt{lcd_bitmap}{
|
||||
Rockboy & \fname{.gb, .gbc} & \\
|
||||
}
|
||||
Search & \fname{.m3u, .m3u8} & x \\
|
||||
Shopping list & \fname{.shopper} & \\
|
||||
Sort & \fname{.*} & x \\
|
||||
|
@ -196,31 +190,31 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).}
|
|||
|
||||
{\input{plugins/winshortcuts.tex}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/chip8emulator.tex}}
|
||||
\input{plugins/chip8emulator.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/frotz.tex}}
|
||||
\input{plugins/frotz.tex}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/imageviewer.tex}}
|
||||
\input{plugins/imageviewer.tex}
|
||||
|
||||
\opt{large_plugin_buffer}{\input{plugins/lua.tex}}
|
||||
|
||||
\opt{swcodec}{\nopt{lowmem}{\input{plugins/midiplay.tex}}}
|
||||
\opt{swcodec}{\nopt{lowmem}{\input{plugins/mikmod.tex}}}
|
||||
\nopt{lowmem}{\input{plugins/midiplay.tex}}
|
||||
\nopt{lowmem}{\input{plugins/mikmod.tex}}
|
||||
|
||||
\opt{lcd_bitmap}{\opt{swcodec}{\nopt{lowmem}{\input{plugins/mpegplayer.tex}}}}
|
||||
\nopt{lowmem}{\input{plugins/mpegplayer.tex}}
|
||||
|
||||
\opt{swcodec}{\input{plugins/mp3_encoder.tex}}
|
||||
\input{plugins/mp3_encoder.tex}
|
||||
|
||||
\opt{iriverh300,iriverh100,SANSA_FUZE_PAD,SANSA_E200_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
|
||||
,IPOD_1G2G_PAD,SAMSUNG_YPR0_PAD}{
|
||||
\input{plugins/pdbox.tex}}
|
||||
|
||||
\opt{lcd_bitmap}{\nopt{%
|
||||
\nopt{%
|
||||
ipod1g2g,ipod3g,ipod4g,ipodmini% horizontal pixelformat not implemented
|
||||
,iaudiom3,mpiohd200, % vertical interleaved pixelformat not implemented
|
||||
,mrobe100% lcd size/depth not implemented
|
||||
}{
|
||||
\input{plugins/rockboy.tex}}}
|
||||
\input{plugins/rockboy.tex}}
|
||||
|
||||
{\input{plugins/search.tex}}
|
||||
|
||||
|
@ -236,7 +230,7 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).}
|
|||
|
||||
{\input{plugins/vbrfix.tex}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/zxbox.tex}}
|
||||
\input{plugins/zxbox.tex}
|
||||
|
||||
\section{Applications}
|
||||
|
||||
|
@ -244,7 +238,7 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).}
|
|||
|
||||
{\input{plugins/batterybenchmark.tex}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/calculator.tex}}
|
||||
\input{plugins/calculator.tex}
|
||||
|
||||
\opt{rtc}{\input{plugins/calendar.tex}}
|
||||
|
||||
|
@ -260,7 +254,7 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).}
|
|||
|
||||
\opt{HAVE_BACKLIGHT}{\input{plugins/lamp.tex}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/lrcplayer.tex}}
|
||||
\input{plugins/lrcplayer.tex}
|
||||
|
||||
{\input{plugins/main_menu_config.tex}}
|
||||
|
||||
|
@ -270,9 +264,9 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).}
|
|||
|
||||
{\input{plugins/otp.tex}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/periodic_table.tex}}
|
||||
\input{plugins/periodic_table.tex}
|
||||
|
||||
\opt{swcodec}{\opt{recording_mic}{\input{plugins/pitch_detector.tex}}}
|
||||
\opt{recording_mic}{\input{plugins/pitch_detector.tex}}
|
||||
|
||||
{\input{plugins/random_folder_advance_config.tex}}
|
||||
|
||||
|
@ -284,4 +278,4 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).}
|
|||
|
||||
{\input{plugins/stopwatch.tex}}
|
||||
|
||||
\opt{lcd_bitmap}{\input{plugins/text_editor.tex}}
|
||||
\input{plugins/text_editor.tex}
|
||||
|
|
|
@ -4,10 +4,8 @@
|
|||
|
||||
This demo shows the shape of the sound samples that make up the music
|
||||
being played.
|
||||
\opt{swcodec}{
|
||||
At faster speed rates, the \dap\ is less responsive
|
||||
to user input and music may start to skip.
|
||||
}
|
||||
At faster speed rates, the \dap\ is less responsive
|
||||
to user input and music may start to skip.
|
||||
|
||||
\subsubsection{Keys}
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
\subsection{PictureFlow}
|
||||
\screenshot{plugins/images/ss-pictureflow}{PictureFlow}{img:pictureflow}
|
||||
PictureFlow provides a visualisation of your albums with their associated cover
|
||||
art. \opt{swcodec}{It is possible to start playback of the selected
|
||||
album from PictureFlow. Playback will start from the selected track. The
|
||||
PictureFlow plugin will continue to run while your tracks are played.}
|
||||
art. It is possible to start playback of the selected album from PictureFlow.
|
||||
Playback will start from the selected track. The PictureFlow plugin will
|
||||
continue to run while your tracks are played.
|
||||
|
||||
\subsubsection{Requirements}
|
||||
PictureFlow uses both the album art (see \reference{ref:album_art}) and
|
||||
|
@ -139,7 +139,7 @@ aware:
|
|||
\subsubsection{Main Menu}
|
||||
\begin{description}
|
||||
\item[Go to WPS.] Leave PictureFlow and enter the while playing screen.
|
||||
\opt{swcodec}{\item[Playback Control.] Control music playback from within the plugin.}
|
||||
\item[Playback Control.] Control music playback from within the plugin.
|
||||
\item[Settings.] Enter the settings menu.
|
||||
\item[Return.] Exit menu.
|
||||
\item[Quit.] Exit PictureFlow plugin.
|
||||
|
|
|
@ -197,25 +197,19 @@ by using \emph{Open with} from the \emph{Context Menu}
|
|||
\begin{description}
|
||||
\item[Encoding] Set the codepage in the text viewer.
|
||||
Available settings:
|
||||
\setting{ISO-8859-1} (Latin 1).
|
||||
\setting{ISO-8859-1} (Latin 1),
|
||||
\setting{ISO-8859-7} (Greek),
|
||||
\opt{lcd_bitmap}{
|
||||
\setting{ISO-8859-8} (Hebrew),
|
||||
}
|
||||
\setting{CP1251} (Cyrillic),
|
||||
\opt{lcd_bitmap}{
|
||||
\setting{ISO-8859-11} (Thai),
|
||||
\setting{CP1256} (Arabic),
|
||||
}
|
||||
\setting{ISO-8859-9} (Turkish),
|
||||
\setting{ISO-8859-2} (Latin Extended),
|
||||
\setting{CP1250} (Central European),
|
||||
\opt{lcd_bitmap}{
|
||||
\setting{SJIS} (Japanese),
|
||||
\setting{GB-2312} (Simple Chinese),
|
||||
\setting{KSX-1001} (Korean),
|
||||
\setting{BIG5} (Traditional Chinese),
|
||||
}
|
||||
\setting{UTF-8} (Unicode),
|
||||
This setting only applies to the plugin and is independent from the
|
||||
\setting{Default Codepage} setting (see \reference{ref:Defaultcodepage}).
|
||||
|
@ -230,9 +224,7 @@ by using \emph{Open with} from the \emph{Context Menu}
|
|||
\item[Join] Join lines together.
|
||||
\item[Expand] Add a blank line at newlines. Useful for making paragraphs
|
||||
clearer in some book style text files.
|
||||
\opt{lcd_bitmap}{
|
||||
\item[Reflow Lines] Justify the text.
|
||||
}
|
||||
\end{description}
|
||||
\item[Screens Per Page] Set the number of screens per page. Available
|
||||
options are \setting{1} to \setting{5} screens per page.
|
||||
|
@ -242,7 +234,6 @@ by using \emph{Open with} from the \emph{Context Menu}
|
|||
(Useful for displaying right-to-left languages, such as Arabic or Hebrew)
|
||||
\item[Left] Set the text alignment to the left.
|
||||
\end{description}
|
||||
\opt{lcd_bitmap}{
|
||||
\item[Show Header] Select whether to show the header. The header displays the file path.
|
||||
\begin{description}
|
||||
\item[No] Do not display the header.
|
||||
|
@ -263,7 +254,6 @@ by using \emph{Open with} from the \emph{Context Menu}
|
|||
\item[No] Do not display the status bar.
|
||||
\item[Yes] Display the status bar.
|
||||
\end{description}
|
||||
}
|
||||
\item[Scroll Settings] The scrolling settings submenu.
|
||||
\begin{description}
|
||||
\item[Horizontal] Submenu for horizontal scrolling settings.
|
||||
|
@ -299,14 +289,12 @@ by using \emph{Open with} from the \emph{Context Menu}
|
|||
\item[Scroll by Page] Scroll up or down one full screen.
|
||||
\item[Scroll by Line] Scroll up or down one line.
|
||||
\end{description}
|
||||
\opt{lcd_bitmap}{
|
||||
\item[Overlap Pages] Set whether the last line from the
|
||||
previous screen is retained when scrolling pages.
|
||||
\begin{description}
|
||||
\item[No] Do not retain previous line.
|
||||
\item[Yes] Retain previous line.
|
||||
\end{description}
|
||||
}
|
||||
\item[Auto-scroll Speed] Control the speed of auto-scrolling
|
||||
in number of lines per second. Available options are
|
||||
\setting{1} to \setting{10} lines per second. As an example,
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
This plugin offers a way to remove a theme. Open the \setting{Context Menu} (see \reference{ref:Contextmenu})
|
||||
upon a theme\fname{.cfg} file and select \setting{Open With... $\rightarrow$ theme\_remove}.
|
||||
Some files are not removed regardless of the \setting{Remove Options} such as
|
||||
\fname{rockbox\_default.wps}\opt{lcd_bitmap}{ and the font file currently in use}.
|
||||
\fname{rockbox\_default.wps} and the font file currently in use.
|
||||
|
||||
\subsubsection{Theme Remove menu}
|
||||
\begin{description}
|
||||
|
@ -34,18 +34,14 @@ Some files are not removed regardless of the \setting{Remove Options} such as
|
|||
\end{description}
|
||||
|
||||
\begin{description}
|
||||
\opt{lcd_bitmap}{
|
||||
\item[Font.]
|
||||
Specifies how the \fname{.fnt} file belonging to a theme \fname{.cfg} file is handled.
|
||||
If this option is set to \setting{Remove if not Used}, the fonts came from rockbox-fonts.zip
|
||||
will not be removed as themes may depend on those fonts.
|
||||
}%
|
||||
\item[WPS.]
|
||||
Specifies how the \fname{.wps} file belonging to a theme \fname{.cfg} file is handled.
|
||||
\opt{lcd_bitmap}{
|
||||
\item[Statusbar Skin.]
|
||||
Specifies how the \fname{.sbs} file belonging to a theme \fname{.cfg} file is handled.
|
||||
}%
|
||||
\opt{HAVE_REMOTE_LCD}{
|
||||
\item[Remote WPS.]
|
||||
Specifies how the \fname{.rwps} file belonging to a theme \fname{.cfg} file is handled.
|
||||
|
@ -56,12 +52,10 @@ Some files are not removed regardless of the \setting{Remove Options} such as
|
|||
\item[Backdrop.]
|
||||
Specifies how the backdrop \fname{.bmp} file belonging to a theme \fname{.cfg} file is handled.
|
||||
}%
|
||||
\opt{lcd_bitmap}{
|
||||
\item[Iconset.]
|
||||
Specifies how the iconset \fname{.bmp} file belonging to a theme \fname{.cfg} file is handled.
|
||||
\item[Viewers Iconset.]
|
||||
Specifies how the viewers iconset \fname{.bmp} file belonging to a theme \fname{.cfg} file is handled.
|
||||
}%
|
||||
\opt{HAVE_REMOTE_LCD}{
|
||||
\item[Remote Iconset.]
|
||||
Specifies how the remote iconset \fname{.bmp} file belonging to
|
||||
|
|
|
@ -749,10 +749,8 @@ The default directory structure that is assumed by some parts of Rockbox
|
|||
your music organized in a way different than they assume when attempting to
|
||||
guess the Artist and Album names from your filetree.
|
||||
}%
|
||||
\opt{swcodec}{
|
||||
See \reference{ref:Supportedaudioformats} for a list of supported audio
|
||||
formats.
|
||||
}
|
||||
|
||||
\subsection{The first contact}
|
||||
|
||||
|
@ -817,13 +815,11 @@ is discussed in more detail in \reference{ref:manage_settings}.
|
|||
The Rockbox distribution comes with some themes that should look nice on
|
||||
your \dap{}.
|
||||
|
||||
\opt{lcd_bitmap}{
|
||||
\note{Some of the themes shipped with Rockbox need additional
|
||||
fonts from the fonts package, so make sure you installed them.
|
||||
Also, if you downloaded additional themes from the Internet make sure you
|
||||
have the needed fonts installed as otherwise the theme may not display
|
||||
properly.}
|
||||
}
|
||||
|
||||
\opt{usb_power}{
|
||||
\section{USB Charging}
|
||||
|
|
|
@ -3,9 +3,8 @@
|
|||
|
||||
\subsection{Introduction}
|
||||
This chapter describes the Rockbox music database system. Using the information
|
||||
contained in the tags (ID3v1, ID3v2%
|
||||
\opt{swcodec}{, Vorbis Comments, Apev2, etc.}%
|
||||
) in your audio files, Rockbox builds and maintains a database of the music
|
||||
contained in the tags (ID3v1, ID3v2, Vorbis Comments, Apev2, etc.) in your
|
||||
audio files, Rockbox builds and maintains a database of the music
|
||||
files on your player and allows you to browse them by Artist, Album, Genre,
|
||||
Song Name, etc. The criteria the database uses to sort the songs can be completely
|
||||
customised. More information on how to achieve this can be found on the Rockbox
|
||||
|
@ -63,13 +62,11 @@ its subdirectories will be scanned and added to the database.
|
|||
|
||||
\item[Update Now]
|
||||
\setting{Update now} causes the database to detect new and deleted files
|
||||
\opt{swcodec}{
|
||||
\note{Unlike the \setting{Auto Update} function, \setting{Update Now}
|
||||
will update the database regardless of whether the \setting{Directory Cache}
|
||||
is enabled. Thus, an update using \setting{Update now} may take a long
|
||||
time.
|
||||
}
|
||||
}
|
||||
Unlike \setting{Initialize Now}, the \setting{Update Now} function
|
||||
does not remove runtime database information.
|
||||
|
||||
|
|
|
@ -3,26 +3,24 @@
|
|||
The While Playing Screen (WPS) displays various pieces of information about the
|
||||
currently playing audio file.
|
||||
%
|
||||
\opt{lcd_bitmap}{%
|
||||
The appearance of the WPS can be configured using WPS configuration files.
|
||||
The items shown depend on your configuration -- all items can be turned on
|
||||
or off independently. Refer to \reference{ref:wps_tags} for details on how
|
||||
to change the display of the WPS.
|
||||
\begin{itemize}
|
||||
\item Status bar: The Status bar shows Battery level, charger status,
|
||||
The appearance of the WPS can be configured using WPS configuration files.
|
||||
The items shown depend on your configuration -- all items can be turned on
|
||||
or off independently. Refer to \reference{ref:wps_tags} for details on how
|
||||
to change the display of the WPS.
|
||||
\begin{itemize}
|
||||
\item Status bar: The Status bar shows Battery level, charger status,
|
||||
volume, play mode, repeat mode, shuffle mode\opt{rtc}{ and clock}.
|
||||
In contrast to all other items, the status bar is always at the top of
|
||||
the screen.
|
||||
\item (Scrolling) path and filename of the current song.
|
||||
\item The ID3 track name.
|
||||
\item The ID3 album name.
|
||||
\item The ID3 artist name.
|
||||
\item Bit rate. VBR files display average bitrate and ``(avg)''
|
||||
\item Elapsed and total time.
|
||||
\item A slidebar progress meter representing where in the song you are.
|
||||
\item Peak meter.
|
||||
\end{itemize}
|
||||
}
|
||||
\item (Scrolling) path and filename of the current song.
|
||||
\item The ID3 track name.
|
||||
\item The ID3 album name.
|
||||
\item The ID3 artist name.
|
||||
\item Bit rate. VBR files display average bitrate and ``(avg)''
|
||||
\item Elapsed and total time.
|
||||
\item A slidebar progress meter representing where in the song you are.
|
||||
\item Peak meter.
|
||||
\end{itemize}
|
||||
%
|
||||
|
||||
See \reference{ref:ConfiguringtheWPS} for details of customising
|
||||
|
@ -138,27 +136,26 @@ your WPS (While Playing Screen).
|
|||
\end{btnmap}
|
||||
|
||||
|
||||
\opt{lcd_bitmap}{
|
||||
\subsection{\label{ref:peak_meter}Peak Meter}
|
||||
The peak meter can be displayed on the While Playing Screen and consists of
|
||||
several indicators.
|
||||
\opt{recording}{
|
||||
\subsection{\label{ref:peak_meter}Peak Meter}
|
||||
The peak meter can be displayed on the While Playing Screen and consists of
|
||||
several indicators.
|
||||
\opt{recording}{
|
||||
For a picture of the peak meter, please see the While
|
||||
Recording Screen in \reference{ref:while_recording_screen}.
|
||||
}
|
||||
\opt{ipodvideo}{
|
||||
}
|
||||
\opt{ipodvideo}{
|
||||
\note{Especially the \playerman{} \playertype{}'s performance and battery runtime
|
||||
suffers when this feature is enabled. For this \dap{} it is highly recommended
|
||||
to not use peak meter.}
|
||||
}
|
||||
}
|
||||
|
||||
\begin{description}
|
||||
\item [The bar:]
|
||||
\begin{description}
|
||||
\item [The bar:]
|
||||
This is the wide horizontal bar. It represents the current volume value.
|
||||
\item [The peak indicator:]
|
||||
\item [The peak indicator:]
|
||||
This is a little vertical line at the right end of the bar. It indicates
|
||||
the peak volume value that occurred recently.
|
||||
\item [The clip indicator:]
|
||||
\item [The clip indicator:]
|
||||
This is a little black block that is displayed at the very right of the
|
||||
scale when an overflow occurs. It usually does not show up during normal
|
||||
playback unless you play an audio file that is distorted heavily.
|
||||
|
@ -168,14 +165,14 @@ your WPS (While Playing Screen).
|
|||
}
|
||||
\note{Note that the clip detection is not very precise.
|
||||
Clipping might occur without being indicated.}
|
||||
\item [The scale:]
|
||||
\item [The scale:]
|
||||
Between the indicators of the right and left channel there are little dots.
|
||||
These dots represent important volume values. In linear mode each dot is a
|
||||
10\% mark. In dBFS mode the dots represent the following values (from right
|
||||
to left): 0~dB, {}-3~dB, {}-6~dB, {}-9~dB, {}-12~dB, {}-18~dB, {}-24~dB, {}-30~dB,
|
||||
{}-40~dB, {}-50~dB, {}-60~dB.
|
||||
\end{description}
|
||||
}
|
||||
\end{description}
|
||||
|
||||
\subsection{\label{sec:contextmenu}The WPS Context Menu}
|
||||
Like the context menu for the \setting{File Browser}, the \setting{WPS Context Menu}
|
||||
allows you quick access to some often used functions.
|
||||
|
@ -267,7 +264,6 @@ This may even be the whole track.
|
|||
The rate can be changed in two modes: procentual and semitone.
|
||||
Initially, procentual mode is active.
|
||||
|
||||
\opt{swcodec}{
|
||||
If you've enabled the \setting{Timestretch} option in
|
||||
\setting{Sound Settings} and have since rebooted, you can also use
|
||||
timestretch mode. This allows you to change the playback speed
|
||||
|
@ -278,43 +274,14 @@ This may even be the whole track.
|
|||
limitations of the algorithm, speed is limited to be between 35\%
|
||||
and 250\% of the current pitch value. Pitch must maintain the
|
||||
same ratio as well as remain between 50\% and 200\%.
|
||||
}
|
||||
|
||||
The value of the \opt{swcodec}{rate, pitch and speed}\nopt{swcodec}{rate}
|
||||
The value of the rate, pitch and speed
|
||||
is not persistent, i.e. after the \dap\ is turned on it will
|
||||
always be set to 100\%. \opt{swcodec}{ However, the rate, pitch and speed
|
||||
always be set to 100\%. However, the rate, pitch and speed
|
||||
information will be stored in any bookmarks you may create
|
||||
(see \reference{ref:Bookmarkconfigactual}) and will be restored upon
|
||||
playing back those bookmarks.}
|
||||
playing back those bookmarks.
|
||||
|
||||
\nopt{swcodec}{
|
||||
\begin{btnmap}
|
||||
\ActionPsToggleMode
|
||||
& Toggle pitch changing mode. \\
|
||||
%
|
||||
\ActionPsIncSmall{} / \ActionPsDecSmall
|
||||
& Increase~/ Decrease pitch by 0.1\% (in procentual mode) or by 0.1
|
||||
semitone (in semitone mode).\\
|
||||
%
|
||||
\ActionPsIncBig{} / \ActionPsDecBig
|
||||
& Increase~/ Decrease pitch by 1\% (in procentual mode) or a semitone
|
||||
(in semitone mode).\\
|
||||
%
|
||||
\ActionPsNudgeLeft{} / \ActionPsNudgeRight
|
||||
& Temporarily change pitch by 2\% (beatmatch). \\
|
||||
%
|
||||
\ActionPsReset
|
||||
& Reset rate to 100\%. \\
|
||||
%
|
||||
\ActionPsExit
|
||||
& Leave the \setting{Pitch Screen}. \\
|
||||
%
|
||||
\end{btnmap}
|
||||
|
||||
\warn{Changing the pitch can cause audible `Artifacts' or `Dropouts'.}
|
||||
}
|
||||
|
||||
\opt{swcodec}{
|
||||
\begin{btnmap}
|
||||
\ActionPsToggleMode
|
||||
\opt{HAVEREMOTEKEYMAP}{& \ActionRCPsToggleMode}
|
||||
|
@ -345,6 +312,5 @@ This may even be the whole track.
|
|||
& Leave the \setting{Pitch Screen}. \\
|
||||
%
|
||||
\end{btnmap}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue