summaryrefslogtreecommitdiff
path: root/manual/plugins/wavplay.tex
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 /manual/plugins/wavplay.tex
parent7bdd03a118a7f2f22e8ac03041e8f8b4e275adc5 (diff)
downloadrockbox-dcf83af9ba72bb2662d9fd9322051ea4e22a4267.tar.gz
rockbox-dcf83af9ba72bb2662d9fd9322051ea4e22a4267.zip
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/wavplay.tex')
-rw-r--r--manual/plugins/wavplay.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/manual/plugins/wavplay.tex b/manual/plugins/wavplay.tex
new file mode 100644
index 0000000000..c1b39c50db
--- /dev/null
+++ b/manual/plugins/wavplay.tex
@@ -0,0 +1,17 @@
1\subsection{Wavplay}
2\screenshot{plugins/images/ss-wavplay}{Wavplay}{fig:wavplay}
3This plugin is for demo purposes only. It is planned to have
4Wavplay as part of the normal playback engine in Rockbox version 3.1.
5
6At the moment it is only possible to start playing one \fname{.wav}-file at a
7time. Therefore playlists are impossible. As every other viewer plugin, Wavplay
8is associated with the specific files. Pressing \ButtonPlay{} on a
9\fname{.wav}-file starts the plugin automatically and the Wavplay screen
10appears. This screen gives information about samplerate and length of the
11playing file.
12\note{Seeking within the \fname{.wav}-file or changing the volume once the
13 plugin is running isn't possible. Wavplay uses the sound settings that were
14 used before (except for pitch).}
15The only action that can be performed is to stop by pressing \ButtonOff, and
16Wavplay will be exited and you are returned to the filebrowser. If the end of
17the file has been reached, you will also be returned to the filebrowser. \ No newline at end of file