summaryrefslogtreecommitdiff
path: root/manual/main_menu/recording_screen.tex
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-03-03 00:07:31 +0000
committerNils Wallménius <nils@rockbox.org>2007-03-03 00:07:31 +0000
commit909b9462da8387e1c8379a52058c61bf18e222e5 (patch)
treef2f7b1e7073343d1ede9981a14e707fd1d12ad53 /manual/main_menu/recording_screen.tex
parent79a2a936a289ed7dc6e997b6f8fdd53d45a48b57 (diff)
Update the manual to reflect recent menu changes, add descriptions of how to move and remove tracks in the playlist viewer, Recording settings are now in their own chapter.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12553 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/main_menu/recording_screen.tex')
-rw-r--r--manual/main_menu/recording_screen.tex56
1 files changed, 56 insertions, 0 deletions
diff --git a/manual/main_menu/recording_screen.tex b/manual/main_menu/recording_screen.tex
new file mode 100644
index 0000000000..7ae4205abd
--- /dev/null
+++ b/manual/main_menu/recording_screen.tex
@@ -0,0 +1,56 @@
+% $Id$ %
+\section{\label{ref:Recording}Recording}
+\subsection{\label{ref:while_recording_screen}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 which 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{SWCODEC}{
+\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. The recording continues 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:
+\begin{table}
+ \begin{btnmap}{}{}
+
+ \ActionStdPrev{} / \ActionStdNext & Select setting.\\
+ %
+ \ActionSettingsDec{} / \ActionSettingsInc & Adjust selected setting.\\
+ %
+ \ActionRecPause & Start recording.\\
+ & While recording: pause recording (press again to
+ continue).\\
+ %
+ \ActionRecExit & Exit \setting{Recording Screen}.\\
+ & While recording: Stop recording.\\
+ %
+ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{
+ \ActionRecNewfile & Starts recording.\\
+ & While recording: close the current file and open
+ a new one.\\
+ }
+ %
+ \ActionRecMenu & Open \setting{Recording Settings} (see below).\\
+ %
+ \opt{RECORDER_PAD}{
+ \ActionRecFTwo & Quick menu for recording settings. A quick press will
+ leave the screen up (press \ActionRecFTwo{} again to exit), while holding
+ it will close the screen when you release it.\\
+ }
+ %
+ \opt{RECORDER_PAD}{
+ \ActionRecFThree & Quick menu for source setting.\\
+ & Quick/hold works as for \ActionRecFTwo.\\
+ & While recording: Start a new recording file.\\
+ }
+ \end{btnmap}
+\end{table}