forked from len0rd/rockbox
Fix for task #5862. Add note about freezing peakmeters
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10731 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
06fc18fca8
commit
cca36069f7
1 changed files with 167 additions and 164 deletions
|
@ -1,22 +1,25 @@
|
||||||
% $Id$ %
|
% $Id$ %
|
||||||
\section{\label{ref:Recording}Recording}
|
\section{\label{ref:Recording}Recording}
|
||||||
\subsection{\label{ref:Whilerecordingscreen}While Recording Screen}
|
\subsection{\label{ref:Whilerecordingscreen}While Recording Screen}
|
||||||
\screenshot{main_menu/images/ss-while-recording-screen}{The while recording
|
\screenshot{main_menu/images/ss-while-recording-screen}{The while recording
|
||||||
screen}{}
|
screen}{}
|
||||||
|
|
||||||
Entering the \setting{Recording} option in the \setting{Main Menu} brings up
|
Entering the \setting{Recording} option in the \setting{Main Menu} brings up
|
||||||
a screen in wich you can choose to enter the \setting{Recording Screen} or
|
a screen in wich you can choose to enter the \setting{Recording Screen} or
|
||||||
the \setting{Recording Settings} (see below). The \setting{Recording Screen}
|
the \setting{Recording Settings} (see below). The \setting{Recording Screen}
|
||||||
shows the time elapsed and the size of the file being recorded. A peak meter
|
shows the time elapsed and the size of the file being recorded. A peak meter
|
||||||
is present to allow you set Gain correctly. There is also a volume setting,
|
is present to allow you set Gain correctly. There is also a volume setting,
|
||||||
this will only affect the output level of the \dap\ and does \emph{not}
|
this will only affect the output level of the \dap{} and does \emph{not}
|
||||||
affect the recorded sound.
|
affect the recorded sound.
|
||||||
\opt{MASCODEC}{The frequency, channels and quality}
|
\note{When you start a recording, the hard disk will spin up. This will cause
|
||||||
\opt{SWCODEC}{The frequency and channels} settings are shown on the last line.
|
the peak meters to freeze in the process. This is expected behaviour, and
|
||||||
|
nothing to worry about. Recording is continiued during the spin up.}
|
||||||
|
\opt{MASCODEC}{The frequency, channels and quality}
|
||||||
|
\opt{SWCODEC}{The frequency and channels} settings are shown on the last line.
|
||||||
|
|
||||||
The controls for this screen are:
|
The controls for this screen are:
|
||||||
|
|
||||||
\begin{table}
|
\begin{table}
|
||||||
\begin{btnmap}{}{}
|
\begin{btnmap}{}{}
|
||||||
|
|
||||||
\ButtonUp\ / \ButtonDown & Select setting.\\
|
\ButtonUp\ / \ButtonDown & Select setting.\\
|
||||||
|
@ -60,12 +63,12 @@
|
||||||
& While recording: Start a new recording file.\\
|
& While recording: Start a new recording file.\\
|
||||||
}
|
}
|
||||||
\end{btnmap}
|
\end{btnmap}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
\subsection{\label{ref:Recordingsettings}Recording Settings}
|
\subsection{\label{ref:Recordingsettings}Recording Settings}
|
||||||
\screenshot{main_menu/images/ss-recording-settings}{The recording settings screen}{}
|
\screenshot{main_menu/images/ss-recording-settings}{The recording settings screen}{}
|
||||||
|
|
||||||
\opt{MASCODEC}{
|
\opt{MASCODEC}{
|
||||||
\begin{description}
|
\begin{description}
|
||||||
\item[Quality:]
|
\item[Quality:]
|
||||||
Choose the quality here (0 to 7). Default is 5, best quality is 7,
|
Choose the quality here (0 to 7). Default is 5, best quality is 7,
|
||||||
|
@ -90,9 +93,9 @@
|
||||||
\end{tabularx}
|
\end{tabularx}
|
||||||
\end{center}
|
\end{center}
|
||||||
\end{table}
|
\end{table}
|
||||||
}
|
}
|
||||||
|
|
||||||
\begin{description}
|
\begin{description}
|
||||||
\opt{MASCODEC,x5}{
|
\opt{MASCODEC,x5}{
|
||||||
\item[Frequency:]
|
\item[Frequency:]
|
||||||
Choose the recording frequency (sample rate) -- 48kHz, 44.1kHz, 32kHz and
|
Choose the recording frequency (sample rate) -- 48kHz, 44.1kHz, 32kHz and
|
||||||
|
@ -107,7 +110,7 @@
|
||||||
MPEG v2 for 24, 22.05 and 16\\
|
MPEG v2 for 24, 22.05 and 16\\
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\item[Source:]
|
\item[Source:]
|
||||||
Choose the source of the recording. This can be
|
Choose the source of the recording. This can be
|
||||||
\opt{recorder,recorderv2fm,h1xx}{SPDIF (digital),} microphone or line in.
|
\opt{recorder,recorderv2fm,h1xx}{SPDIF (digital),} microphone or line in.
|
||||||
\opt{CONFIG_TUNER}{For recording from the radio see \reference{ref:FMradio}.}
|
\opt{CONFIG_TUNER}{For recording from the radio see \reference{ref:FMradio}.}
|
||||||
|
@ -130,7 +133,7 @@
|
||||||
makes a file easier to edit.
|
makes a file easier to edit.
|
||||||
}
|
}
|
||||||
|
|
||||||
\item[Time Split:]
|
\item[File Split:]
|
||||||
This option is useful when timing recordings. If set to active it stops
|
This option is useful when timing recordings. If set to active it stops
|
||||||
a recording at a given interval and then starts recording again with a
|
a recording at a given interval and then starts recording again with a
|
||||||
new file, which is useful for long term recordings.
|
new file, which is useful for long term recordings.
|
||||||
|
@ -169,4 +172,4 @@
|
||||||
\fixme{Add description of triggered recording.}
|
\fixme{Add description of triggered recording.}
|
||||||
}
|
}
|
||||||
|
|
||||||
\end{description}
|
\end{description}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue