1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
% $Id$ %
\section{\label{ref:FMradio}FM Radio}
\opt{RECORDER_PAD}{
\note{The early V2 models were in fact FM Recorders in disguise,
so they had the FM radio still mounted. Rockbox enables it if present -
in case this menu does not show on your unit you can skip this chapter.\\}
}
\opt{sansa}{
\note{Not all Sansas have a radio receiver. Generally all american models do,
but european models might not. Rockbox will display the radio menu only if it
can find a radio receiver in your Sansa.}
}
\screenshot{main_menu/images/ss-fm-radio-screen}{The FM radio screen}{}
This menu option switches to the radio screen.
The FM radio has the ability \opt{recording}{to record and } to
remember station frequency settings (presets).
\opt{MASCODEC}{\note{The radio will shorten battery life, because the
MAS-chip is set to record mode for instant recordings.}
}
\begin{table}
\begin{btnmap}{}{}
\ActionFMPrev, \ActionFMNext
& Change frequency in \setting{SCAN} mode or jump to next/previous
station in \setting{PRESET} mode\\
%
Long \ActionFMPrev, \ActionFMNext
& Seek to next station or preset in \setting{SCAN} mode.\\
%
\ActionFMSettingsInc, \ActionFMSettingsDec
& Change volume.\\
\opt{RECORDER_PAD}{
\ButtonPlay
& Freezes all screen updates. May enhance radio reception in some
cases.\\
}
%
\ActionFMExit
& Leave the radio screen with the radio playing.\\
%
\ActionFMStop
& Stops the radio and returns to \setting{Main Menu}.\\%
%
\nopt{ONDIO_PAD}{%
\nopt{RECORDER_PAD}{\ActionFMPlay & Mutes radio playback.\\}%
%
\ActionFMMode
& Switches between \setting{SCAN} and \setting{PRESET} mode.\\
%
\ActionFMPreset
& Opens a list of radio presets. You can view all the presets that
you have, and switch to the station.\\
}%
%
\ActionFMMenu
& Displays the FM radio settings menu.\\
\end{btnmap}
\end{table}
\begin{description}
\item[Saving a preset:]
Up to 64 of your favourite stations can be saved as presets.
\opt{RECORDER_PAD}{Press \ButtonFTwo{} to go to the presets list, press
\ButtonFOne{} to add a preset.}%
\nopt{RECORDER_PAD}{%
\ActionFMMenu{} to go to the menu, then select \setting{Add preset}.%
}
Enter the name (maximum number of characters is 32).
Press \ActionKbdDone{} to save.
\note{See this page for pre-made FM radio presets from all around the world.}
\wikilink{FmPresets}
\item[Selecting a preset:]
\opt{ONDIO_PAD}{\ActionFMMenu{} to open the menu, select
\setting{Preset}}%
\nopt{ONDIO_PAD}{\ActionFMPreset} to go to the presets list.
Use \ActionFMSettingsInc{} and \ActionFMSettingsDec{}
to move the cursor and then press \ActionStdOk{}
to select. Use \ButtonLeft{} to leave the preset without selecting
anything.
\item[Removing a preset:]
\opt{ONDIO_PAD}{\ActionFMMenu{} to open the menu, select
\setting{Preset}}%
\nopt{ONDIO_PAD}{\ActionFMPreset} to go to the presets list.
Use \ActionFMSettingsInc{} and \ActionFMSettingsDec{}
to move the cursor and then press \ActionStdContext{}
on the preset that you wish to remove, then select \setting{Remove Preset}.
\opt{RECORDER_PAD,ONDIO_PAD}{
\item[Recording:]
\opt{RECORDER_PAD}{Press \ButtonFThree}%
\opt{ONDIO_PAD}{Double press \ButtonMenu}
to start recording the currently playing station. Press \ButtonOff{} to
stop recording.%
\opt{RECORDER_PAD}{ Press \ButtonPlay{} again to seamlessly start recording
to a new file.}
The settings for the recording can be changed in the
\opt{RECORDER_PAD}{\ButtonFOne{} menu}%
\opt{ONDIO_PAD}{respective menu reached through the FM radio settings menu
(Long \ButtonMenu)}
before starting the recording. See \reference{ref:Recordingsettings}
for details of recording settings.
}
\end{description}
\note{The radio will turn off when starting playback of an audio file.}
|