summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-08-27 17:05:57 +0000
committerMartin Arver <martin.arver@gmail.com>2006-08-27 17:05:57 +0000
commitdcf83af9ba72bb2662d9fd9322051ea4e22a4267 (patch)
tree6898fffcc060b3bd8af79c870e4275f1ee859c74
parent7bdd03a118a7f2f22e8ac03041e8f8b4e275adc5 (diff)
downloadrockbox-dcf83af9ba72bb2662d9fd9322051ea4e22a4267.zip
rockbox-dcf83af9ba72bb2662d9fd9322051ea4e22a4267.tar.gz
rockbox-dcf83af9ba72bb2662d9fd9322051ea4e22a4267.tar.bz2
rockbox-dcf83af9ba72bb2662d9fd9322051ea4e22a4267.tar.xz
Part two of a cleanup of the manuals (mainly Archos) as reported by Marianne Arnold. *Add wavplay as a viewer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10771 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/advanced_topics/main.tex4
-rw-r--r--manual/main_menu/fmradio.tex3
-rw-r--r--manual/main_menu/main.tex2
-rw-r--r--manual/plugins/chessbox.tex3
-rw-r--r--manual/plugins/images/ss-bubbles-112x64x1.pngbin972 -> 443 bytes
-rw-r--r--manual/plugins/images/ss-sudoku-112x64x1.pngbin423 -> 453 bytes
-rwxr-xr-xmanual/plugins/images/ss-tetrox-112x64x1.pngbin430 -> 410 bytes
-rw-r--r--manual/plugins/images/ss-wavplay-112x64x1.pngbin0 -> 340 bytes
-rw-r--r--manual/plugins/jpegviewer.tex8
-rw-r--r--manual/plugins/main.tex2
-rw-r--r--manual/plugins/split_editor.tex2
-rw-r--r--manual/plugins/wavplay.tex17
12 files changed, 37 insertions, 4 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 410ceed..071f69c 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -322,10 +322,10 @@ Example of a configuration file:
This displays a list of firmware files in the \fname{/.rockbox}
system directory.
%
- \opt{recorder,recorderv2fm}{Firmware files have an extension of
+ \opt{recorder,recorderv2fm,ondio}{Firmware files have an extension of
\fname{.ajz}. }
%
- \opt{player,ondio}{Firmware files have an extension of \fname{.mod}. }
+ \opt{player}{Firmware files have an extension of \fname{.mod}. }
%
Playing a firmware file loads it into memory. Thus, it is possible
to run the original Archos firmware or a different version of Rockbox
diff --git a/manual/main_menu/fmradio.tex b/manual/main_menu/fmradio.tex
index 0867645..ecdf394 100644
--- a/manual/main_menu/fmradio.tex
+++ b/manual/main_menu/fmradio.tex
@@ -4,6 +4,9 @@
This menu option switches to the radio screen.
The FM radio has the ability \opt{HAVE_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}{}{}
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index 8078eb6..e9d9457 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -87,7 +87,7 @@ and the way it plays music. The details of this menu are covered in detail in
\section{Manage Settings}
The \setting{Manage Settings} option allows the saving and re-loading of user
configuration settings, browsing the hard drive for alternate firmwares, and finally
-resetting your \dap\ back to initial configuration.
+resetting your \dap{} back to initial configuration.
%
\opt{MASCODEC}{This menu also allows the user to load different versions of the
Rockbox firmware.}
diff --git a/manual/plugins/chessbox.tex b/manual/plugins/chessbox.tex
index afd98cd..33b9f6a 100644
--- a/manual/plugins/chessbox.tex
+++ b/manual/plugins/chessbox.tex
@@ -5,6 +5,9 @@ Chessbox is a chess game with computer AI. The chess engine is a port of
GNU Chess 2 by John Stanback.
When you quit the game the current state will be saved and restored when
you resume the game.
+\opt{recorder,recorderv2fm,ondio}{
+\note{This plugin will stop playback.}
+}
\subsubsection{Keys}
\begin{table}
diff --git a/manual/plugins/images/ss-bubbles-112x64x1.png b/manual/plugins/images/ss-bubbles-112x64x1.png
index fe2c020..fef9f8c 100644
--- a/manual/plugins/images/ss-bubbles-112x64x1.png
+++ b/manual/plugins/images/ss-bubbles-112x64x1.png
Binary files differ
diff --git a/manual/plugins/images/ss-sudoku-112x64x1.png b/manual/plugins/images/ss-sudoku-112x64x1.png
index 43ac47a..03ead1c 100644
--- a/manual/plugins/images/ss-sudoku-112x64x1.png
+++ b/manual/plugins/images/ss-sudoku-112x64x1.png
Binary files differ
diff --git a/manual/plugins/images/ss-tetrox-112x64x1.png b/manual/plugins/images/ss-tetrox-112x64x1.png
index 875366d..1c4d97b 100755
--- a/manual/plugins/images/ss-tetrox-112x64x1.png
+++ b/manual/plugins/images/ss-tetrox-112x64x1.png
Binary files differ
diff --git a/manual/plugins/images/ss-wavplay-112x64x1.png b/manual/plugins/images/ss-wavplay-112x64x1.png
new file mode 100644
index 0000000..3e4d9e1
--- /dev/null
+++ b/manual/plugins/images/ss-wavplay-112x64x1.png
Binary files differ
diff --git a/manual/plugins/jpegviewer.tex b/manual/plugins/jpegviewer.tex
index a7802b6..3b7a0e7 100644
--- a/manual/plugins/jpegviewer.tex
+++ b/manual/plugins/jpegviewer.tex
@@ -1,10 +1,16 @@
% $Id$ %
\subsection{JPEG viewer}
Open a JPEG file in the \setting{File Browser} to view it
-\opt{recorder,recorderv2fm,ondio,h1xx}{ using Rockbox's greyscale library}.
+\opt{recorder,recorderv2fm,ondio,h1xx,ipod4g,ipod3g,ipodmini}{ using Rockbox's
+greyscale library}.
+\opt{SWCODEC}{
\note{When an audio file is playing the size of the image is limited as
the decoding process needs to share memory with audio tracks. To be able to
view a bigger file you may need to stop playback.}
+}
+\opt{MASCODEC}{
+\note{This plugin will case playback to stop.}
+}
\begin{table}
\begin{btnmap}{}{}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index 8537735..fc608b5 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -115,6 +115,8 @@ the associated file. Viewers are stored in the
{\input{plugins/vbrfix.tex}}
+\opt{recorder,recorderv2fm,ondio}{\input{plugins/wavplay.tex}}
+
\section{Applications}
\opt{player,recorder,recorderv2fm}{\input{plugins/alpinecdc.tex}}
diff --git a/manual/plugins/split_editor.tex b/manual/plugins/split_editor.tex
index 7fdabe3..34fd408 100644
--- a/manual/plugins/split_editor.tex
+++ b/manual/plugins/split_editor.tex
@@ -1,4 +1,6 @@
\subsection{Split Editor}
+\fixme{This chapter has to be rewritten, to fit in the multi-platform latex
+source code that we currently use}
When recording an mp3 file, it is common practice to start the recording
a little bit early and stop it a little bit late to ensure all the
desired sound is recorded. This results in recordings that contains
diff --git a/manual/plugins/wavplay.tex b/manual/plugins/wavplay.tex
new file mode 100644
index 0000000..c1b39c5
--- /dev/null
+++ b/manual/plugins/wavplay.tex
@@ -0,0 +1,17 @@
+\subsection{Wavplay}
+\screenshot{plugins/images/ss-wavplay}{Wavplay}{fig:wavplay}
+This plugin is for demo purposes only. It is planned to have
+Wavplay as part of the normal playback engine in Rockbox version 3.1.
+
+At the moment it is only possible to start playing one \fname{.wav}-file at a
+time. Therefore playlists are impossible. As every other viewer plugin, Wavplay
+is associated with the specific files. Pressing \ButtonPlay{} on a
+\fname{.wav}-file starts the plugin automatically and the Wavplay screen
+appears. This screen gives information about samplerate and length of the
+playing file.
+\note{Seeking within the \fname{.wav}-file or changing the volume once the
+ plugin is running isn't possible. Wavplay uses the sound settings that were
+ used before (except for pitch).}
+The only action that can be performed is to stop by pressing \ButtonOff, and
+Wavplay will be exited and you are returned to the filebrowser. If the end of
+the file has been reached, you will also be returned to the filebrowser. \ No newline at end of file