diff options
| author | Jeffrey Goode <jeffg7@gmail.com> | 2009-11-11 17:38:00 +0000 |
|---|---|---|
| committer | Jeffrey Goode <jeffg7@gmail.com> | 2009-11-11 17:38:00 +0000 |
| commit | 0212de4c8d67337ccae180d52f09c26c236b256a (patch) | |
| tree | 52ac05f3124441d06dfe6d60e307143416e6c5f0 /manual/appendix | |
| parent | 35202026cbe6a77adbccbd7f59f7b69dafa2f3b2 (diff) | |
| download | rockbox-0212de4c8d67337ccae180d52f09c26c236b256a.zip rockbox-0212de4c8d67337ccae180d52f09c26c236b256a.tar.gz rockbox-0212de4c8d67337ccae180d52f09c26c236b256a.tar.bz2 rockbox-0212de4c8d67337ccae180d52f09c26c236b256a.tar.xz | |
Add crossfade feature tag, update manual, fix crossfade WPS tag behavior
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23610 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/config_file_options.tex | 16 | ||||
| -rw-r--r-- | manual/appendix/wps_tags.tex | 3 |
2 files changed, 17 insertions, 2 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex index 43f6aea..d145014 100644 --- a/manual/appendix/config_file_options.tex +++ b/manual/appendix/config_file_options.tex @@ -160,7 +160,9 @@ replaygain preamp & -120 to 120 & 0.1dB\\ % - crossfade & off, shuffle, track skip, always + \opt{crossfade}{ + crossfade & off, auto track skip, man track skip, shuffle, + shuffle and man track skip, always & N/A\\ crossfade fade in delay & 0 to 7 & seconds\\ @@ -172,6 +174,7 @@ & 0 to 15 & seconds\\ crossfade fade out mode & crossfade, mix & N/A\\ + } % crossfeed & on, off & N/A\\ crossfeed direct gain @@ -202,6 +205,17 @@ eq band 4 gain & -240 to 240 & 0.1dB\\ % dithering enabled & on, off & N/A\\ +% + timestretch enabled & on, off & N/A\\ +% + compressor threshold & 0 to -24 & -3dB\\ + compressor makeup gain & off, auto & N/A\\ + compressor ratio & 2:1, 4:1, 6:1, 10:1, limit + & N/A\\ + compressor knee & hard knee, soft knee + & N/A\\ + compressor release time & 100 to 1000 & 100 ms\\ +% beep & off, weak, moderate, strong & N/A\\ keyclick & off, weak, moderate, strong & N/A\\ keyclick repeats & on, off & N/A\\ diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 7c4fd54..a9eaf0f 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -159,7 +159,8 @@ produce the information for the next file to be played. \begin{tagmap}{}{} \config{\%Sp} & Current playback pitch \\ \opt{swcodec}{ - \config{\%xf} & Crossfade setting, in the order: Off, Shuffle, Skip, Always\\ + \config{\%xf} & Crossfade setting, in the order: Off, Auto Skip, Man Skip, + Shuffle, Shuffle and Man Skip, Always\\ \config{\%rg} & ReplayGain value in use (x.y dB). If used as a conditional, Replaygain type in use: \config{\%?rg{\textless}Off{\textbar}Track% {\textbar}Album{\textbar}TrackShuffle{\textbar}AlbumShuffle% |