diff options
| author | Dominik Wenger <domonoky@googlemail.com> | 2007-12-01 11:41:52 +0000 |
|---|---|---|
| committer | Dominik Wenger <domonoky@googlemail.com> | 2007-12-01 11:41:52 +0000 |
| commit | 4ce8fbef3005de8d77caaa76e6ae4e92d8be1647 (patch) | |
| tree | 22b4cec35226ccad7cfda8149282f27e2e63cff6 | |
| parent | 05b158f81e07f8e7b3258135d57a69a3d582b288 (diff) | |
| download | rockbox-4ce8fbef3005de8d77caaa76e6ae4e92d8be1647.zip rockbox-4ce8fbef3005de8d77caaa76e6ae4e92d8be1647.tar.gz rockbox-4ce8fbef3005de8d77caaa76e6ae4e92d8be1647.tar.bz2 rockbox-4ce8fbef3005de8d77caaa76e6ae4e92d8be1647.tar.xz | |
rbutilqt: added support for rbspeex encoder as external executable.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15863 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | rbutil/rbutilqt/rbutil.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/rbutil.ini b/rbutil/rbutilqt/rbutil.ini index f619919..e096faa 100644 --- a/rbutil/rbutilqt/rbutil.ini +++ b/rbutil/rbutilqt/rbutil.ini @@ -381,6 +381,8 @@ brand=Sandisk [encoders] encpreset01 = "Lame (default)" encpreset02 = "Lame (user-adjusted)" +encpreset03 = "RbSpeex (default)" +encpreset04 = "RbSpeex (user-adjusted)" [encpreset01] encoder = lame @@ -394,6 +396,18 @@ options = "" template = "\"%exe\" %options \"%input\" \"%output\"" edit = true +[encpreset03] +encoder = rbspeex +options = "" +template = "\"%exe\" %options \"%input\" \"%output\"" +edit = false + +[encpreset04] +encoder = rbspeex +options = "" +template = "\"%exe\" %options \"%input\" \"%output\"" +edit = true + [tts] ttspreset01 = "espeak (default)" ttspreset02 = "espeak (user-adjusted)" |