FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 6c33500c authored by Silas S. Brown's avatar Silas S. Brown
Browse files

Gradint update

git-svn-id: http://svn.code.sf.net/p/e-guidedog/code/ssb22/gradint@1204 29193198-4895-4776-b068-10539e920549
parent c5fe3559
No related branches found
Tags v0.2659
No related merge requests found
......@@ -2,7 +2,7 @@ If you want to make your samples quieter to match the lower
volume of PythonS60's audio.say() command, you can do this
on Unix (it doesn't matter if this command is repeated) :
find synth-cache samples -name '*.mp3' -exec mp3gain -a -m 12 '{}' ';'
find synth-cache samples -name '*.mp3' -exec mp3gain -a -m -12 '{}' ';'
and for any partials voices (Yali etc) using audiodata.dat
(see advanced.txt) you can do something like this (once only) :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment