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$ %
|
||||
\section{\label{ref:Recording}Recording}
|
||||
\subsection{\label{ref:Whilerecordingscreen}While Recording Screen}
|
||||
\screenshot{main_menu/images/ss-while-recording-screen}{The while recording
|
||||
\subsection{\label{ref:Whilerecordingscreen}While Recording Screen}
|
||||
\screenshot{main_menu/images/ss-while-recording-screen}{The while recording
|
||||
screen}{}
|
||||
|
||||
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
|
||||
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
|
||||
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}
|
||||
affect the recorded sound.
|
||||
\opt{MASCODEC}{The frequency, channels and quality}
|
||||
\opt{SWCODEC}{The frequency and channels} settings are shown on the last line.
|
||||
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
|
||||
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
|
||||
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}
|
||||
affect the recorded sound.
|
||||
\note{When you start a recording, the hard disk will spin up. This will cause
|
||||
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}{}{}
|
||||
|
||||
\ButtonUp\ / \ButtonDown & Select setting.\\
|
||||
|
@ -60,12 +63,12 @@
|
|||
& While recording: Start a new recording file.\\
|
||||
}
|
||||
\end{btnmap}
|
||||
\end{table}
|
||||
\end{table}
|
||||
|
||||
\subsection{\label{ref:Recordingsettings}Recording Settings}
|
||||
\screenshot{main_menu/images/ss-recording-settings}{The recording settings screen}{}
|
||||
\subsection{\label{ref:Recordingsettings}Recording Settings}
|
||||
\screenshot{main_menu/images/ss-recording-settings}{The recording settings screen}{}
|
||||
|
||||
\opt{MASCODEC}{
|
||||
\opt{MASCODEC}{
|
||||
\begin{description}
|
||||
\item[Quality:]
|
||||
Choose the quality here (0 to 7). Default is 5, best quality is 7,
|
||||
|
@ -90,9 +93,9 @@
|
|||
\end{tabularx}
|
||||
\end{center}
|
||||
\end{table}
|
||||
}
|
||||
}
|
||||
|
||||
\begin{description}
|
||||
\begin{description}
|
||||
\opt{MASCODEC,x5}{
|
||||
\item[Frequency:]
|
||||
Choose the recording frequency (sample rate) -- 48kHz, 44.1kHz, 32kHz and
|
||||
|
@ -107,7 +110,7 @@
|
|||
MPEG v2 for 24, 22.05 and 16\\
|
||||
}
|
||||
}
|
||||
\item[Source:]
|
||||
\item[Source:]
|
||||
Choose the source of the recording. This can be
|
||||
\opt{recorder,recorderv2fm,h1xx}{SPDIF (digital),} microphone or line in.
|
||||
\opt{CONFIG_TUNER}{For recording from the radio see \reference{ref:FMradio}.}
|
||||
|
@ -130,7 +133,7 @@
|
|||
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
|
||||
a recording at a given interval and then starts recording again with a
|
||||
new file, which is useful for long term recordings.
|
||||
|
@ -169,4 +172,4 @@
|
|||
\fixme{Add description of triggered recording.}
|
||||
}
|
||||
|
||||
\end{description}
|
||||
\end{description}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue