|
|
Rockbox mail archiveSubject: Re: Voice buildingRe: Voice building
From: Peter Herngaard <pethern_at_email.dk>
Date: Sat, 11 Nov 2006 23:02:40 +0100
Hello Grant
There are several possibilities.
1. SAPI4 isn't installed or isn't installed properly. The fact that screen
2. Some SAPI4 DLL files are not correctly registered with Windows.
cmd /c for %a in (%systemroot%\speech\*.dll) do regsvr32 %a /s
(If the command above is broken into several lines in your mail client, be
3. Check whether Eloquence is available to the Active TTS object.
One important consideration to keep in mind is that Eloquence comes in
Open a command prompt, change to the directory where listvoices_sapi4.vbs is
--- English-American: Default (English) Default English-American: Grandma (Elderly Female) Grandma English-American: Grandpa (Elderly Male) Grandpa English-American: Reed (Adult Male) Reed English-American: Reed-Tel (Adult Male for Telephone) Reed-Tel English-American: Sandy (Child) Sandy English-American: Shelley (Adult Female) Shelley English-American: Shelley-Tel (Adult Female for Telephone) Shelley-Tel --- If the voices above is missing, it's very likely Eloquence is not installed. Best Wishes, Peter Herngaard ----- Original Message ----- From: "Grant Hardy" <grant_hardy_at_telus.net> To: "'Rockbox'" <rockbox_at_cool.haxx.se> Sent: Saturday, November 11, 2006 10:11 PM Subject: RE: Voice building >> Hello Grant >> >> From my own makevoices.vbs file >> >> --- >> MakeVoiceFileSAPI4 "english", "Reed", 10, "--cbr -B 16 -- >> resample 12 --scale 0.6 -t -S --priority 0" >> >> --- > I get the following error: > Windows Script Host > Error - could not get ActiveVoice object. SAPI 4 not installed? > (MakeVoiceFileSAPI4) > > Yet I am SURE the voice is installed! What's wrong? > > By the way I too would appreciate your voice file. > > Grant > >Received on 2006-11-11 Page was last modified "Jan 10 2012" The Rockbox Crew |