|
|
Rockbox mail archiveSubject: Re: VoiceBox ScriptRe: VoiceBox Script
From: Hamish Mackenzie <hamish_at_mackenzieoz.com>
Date: Wed, 20 Dec 2006 06:22:39 +1100
Hi Grant
You need to modify the line in the voiceutils.vbs script that looks like this to factor in Daniel
Set spkr.Voice = spkr.GetVoices("Language=C09").Item(0)
The C09 in the line from my script refers to the australian real speak voices. You can find out the code by running the list voices vbs script . Here is the code for Daniel
809 ScanSoft Daniel_Full_22kHz Male
So just change the line to look like this for the British English Real speak voices and select Daniel in the control panel
Set spkr.Voice = spkr.GetVoices("Language=809").Item(0)
HTH
Hamish
I am attempting to generate .talk files for my files, but the script refuses to use ScanSoft Daniel, which is my computer's default voice that I have set in the control panel -> speech. Instead, I think it's using LH Michael. How can I remedy this?
Grant
Page was last modified "Jan 10 2012" The Rockbox Crew |