|
|
Rockbox mail archiveSubject: Re: Make voice scriptRe: Make voice script
From: ScottLearned <SLearned_at_cox.net>
Date: Mon, 9 Oct 2006 12:48:19 -0700
Hamish Mackenzie Wrote:
I then went on to try and make Australian sounding .talk files for my files
Hi Hamish,
You can change the voice clip voice in voiceUtils.vbs by editing the line:
You can get the language number of your voice by running the listVoices.vbs
Speed and volume are also changed in the voiceUtil.vbs file a few lines
Also, if you want to create a voice clip for the rockbox.ipod firmware so it
(extension = "ipod") or _
For the iRiver players, it is:
(extension = "iriver") or _
Then run the voiceBox script over the file.
If you want to change the bitrate of the voice clips, you need to edit this
Const LameOpts = "-m m -b 80 -S" ' --resample 16" ' original settings
You will just have to play around with the settings to find out what works
HTH,
Scott
Page was last modified "Jan 10 2012" The Rockbox Crew |