Como instalar mais vozes no Windows Speech?

30

Eu baixei outro pacote TTS de Microsoft Speech Platform - Idiomas de tempo de execução (versão 11) , mas nas propriedades de fala este pacote não aparece.

A imagem abaixo lista todos os pacotes instalados, que vieram por padrão na minha instalação do Windows 8.

Mas não é suportado no windows 8, então como posso instalar mais pacotes?

    
por BrunoLM 02.05.2013 / 22:20

4 respostas

26

Use o tutorial apenas em esta página :

!!!WARNING!!!

This involves manual edits to your registry. If you mess it up, don't blame me. Do at your own risk.

Step 1 --------------------------------------------------------------------------

Install the Speech Platform v11

a) go here: http://www.microsoft.com/en-us/download/details.aspx?id=27225
b) click "Download"
c) select the "x64_SpeechPlatformRuntime\SpeechPlatformRuntime.msi"
d) run the installer (duh :P)

Step 2: --------------------------------------------------------------------------

Get the alternate voices

a) go here: http://www.microsoft.com/en-us/download/details.aspx?id=27224
b) click "Download"
c) select the voice files you want. They are the ones that have "TTS" in the file name. 

There are 6 English (all female). I have not listened to the other languages, so I dont know how they sound. GB_Hazel and US_ZiraPro are IMO the better sounding voices.

MSSpeech_TTS_en-CA_Heather
MSSpeech_TTS_en-GB_Hazel
MSSpeech_TTS_en-IN_Heera
MSSpeech_TTS_en-US_Helen
MSSpeech_TTS_en-US_ZiraPro
MSSpeech_TTS_en-AU_Hayley

d) run the installers for each (duh :P)

Step 3: --------------------------------------------------------------------------

Extract the registry tokens

a) Open Regedit
b) Under - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech Server\v11.0\Voices - right click the "Tokens" folder and export. Save this file to your desktop as voices1.reg so it will be easy to find later.
b) Under - HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Speech Server\v11.0\Voices - right click "Tokens" and again export it, again to the desktop. Call it voices2.reg.

Step 4: --------------------------------------------------------------------------

Edit the voices1/2 files

a) open Voices1.reg in Notepad.
b) press "cntrl + H"
c) enter \Speech Server\v11.0\ into the "Find What" field
d) enter \Speech\ into the "Replace With" field
e) click "Replace All"
f) Save File
g) Repeat a-f with the Voices2.reg file

Step 5: --------------------------------------------------------------------------

Merge the new Registry files into your registry

a) double click to "run" both Voices1.reg and Voices2.reg
b) Click "Yes" when it prompts

You should now have access to the new voices in Voice Attack, and in the Windows TTS options menu.

This process may also work with other voice packs.

    
por 02.02.2015 / 10:50
8

Você pode estar instalando vozes de 32 bits que não estão disponíveis ao usar a caixa de diálogo Propriedades de Fala de 64 bits que você normalmente vê no Windows de 64 bits.

Tente usar a caixa de diálogo de 32 bits invocando %windir%\sysWOW64\speech\SpeechUX\SAPI.cpl .

    
por 24.11.2015 / 09:13
1

Adicione um novo idioma no Painel de controle e baixe o pacote de idiomas lá.

    
por 15.12.2016 / 22:55
0

Adicione um novo idioma no Painel de controle e baixe o pacote de idiomas lá.

    
por 25.03.2014 / 19:41