diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-08-27 17:05:57 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-08-27 17:05:57 +0000 |
| commit | dcf83af9ba72bb2662d9fd9322051ea4e22a4267 (patch) | |
| tree | 6898fffcc060b3bd8af79c870e4275f1ee859c74 /manual/plugins | |
| parent | 7bdd03a118a7f2f22e8ac03041e8f8b4e275adc5 (diff) | |
| download | rockbox-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
Diffstat (limited to 'manual/plugins')
| -rw-r--r-- | manual/plugins/chessbox.tex | 3 | ||||
| -rw-r--r-- | manual/plugins/images/ss-bubbles-112x64x1.png | bin | 972 -> 443 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-sudoku-112x64x1.png | bin | 423 -> 453 bytes | |||
| -rwxr-xr-x | manual/plugins/images/ss-tetrox-112x64x1.png | bin | 430 -> 410 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-wavplay-112x64x1.png | bin | 0 -> 340 bytes | |||
| -rw-r--r-- | manual/plugins/jpegviewer.tex | 8 | ||||
| -rw-r--r-- | manual/plugins/main.tex | 2 | ||||
| -rw-r--r-- | manual/plugins/split_editor.tex | 2 | ||||
| -rw-r--r-- | manual/plugins/wavplay.tex | 17 |
9 files changed, 31 insertions, 1 deletions
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 Binary files differindex fe2c020..fef9f8c 100644 --- a/manual/plugins/images/ss-bubbles-112x64x1.png +++ b/manual/plugins/images/ss-bubbles-112x64x1.png diff --git a/manual/plugins/images/ss-sudoku-112x64x1.png b/manual/plugins/images/ss-sudoku-112x64x1.png Binary files differindex 43ac47a..03ead1c 100644 --- a/manual/plugins/images/ss-sudoku-112x64x1.png +++ b/manual/plugins/images/ss-sudoku-112x64x1.png diff --git a/manual/plugins/images/ss-tetrox-112x64x1.png b/manual/plugins/images/ss-tetrox-112x64x1.png Binary files differindex 875366d..1c4d97b 100755 --- a/manual/plugins/images/ss-tetrox-112x64x1.png +++ b/manual/plugins/images/ss-tetrox-112x64x1.png diff --git a/manual/plugins/images/ss-wavplay-112x64x1.png b/manual/plugins/images/ss-wavplay-112x64x1.png Binary files differnew file mode 100644 index 0000000..3e4d9e1 --- /dev/null +++ b/manual/plugins/images/ss-wavplay-112x64x1.png 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 |