hi, my friends
why the newest version of Manticore the change language don't work?
the change in
" _InMoov.config"
"Language=it"
and
"service_5_Mouth.config"
"Speechengine=NaturalReaderSpeech"
"VoiceName=Italian_Francesco"
don't work!!
don't like the Lucia voice in the MarySpeech
I want the Francesco voice, please
help
Hello, NaturalReader voices
Hello,
NaturalReader voices are not available anymore, they have changed their policy of usage.
If you want a voice better than MarySpeech, you can use LocalSpeech, which uses the voices of your Windows system.
You can use the VoiceRss if your system is not a Windows platform.
ciao, yes, i know. Now i use
ciao,
yes, i know. Now i use MarySpeech (Lucia) and the LocalSpeech have only female voice in italian.
I would appreciate a male voice for InMoov.
For now the only solution is Giorgio in Amazon Polly, but require apikey access (free for only one year)...no good for an free open project
thank you Gael
Are you on Windows?If yes
Are you on Windows?
If yes you can use LocalSpeech. LocalSpeech has a male Italian voice: Cosimo
https://support.office.com/en-us/article/how-to-download-text-to-speech-languages-for-windows-10-d5a6b612-b3ae-423f-afa5-4f6caf1ec5d3
"service_5_Mouth.config"
"Speechengine=LocalSpeech"
"VoiceName=0"
To see which voices are available on your Windows:
Press the Windows logo key + I on your keyboard to open the Settings app.
Select Time and Language(heure et langue). In the next window, select Speech(voix) on the left panel.
On the right panel, you will see options such as Speech language, where you can change the language of the narrator. There are also options to change the voice of the narrator, to make Windows recognize non-native accents of the language, and a speed bar to adjust how fast the narrator talks.
You might need to follow this to get recognized voices in MRL after installing it on Windows, I had to do it on most of my machines:
If you want additional voices for the text-to-speech tool, you are in the right place. In this article, we are going to show you how to unlock new text-to-speech voices in Windows 10. You can do this using registry tweaks:
Press the Windows logo key + R on your keyboard to open the Run(executer) dialog box.
Write regedit in the search area and press Enter. This will open the Windows Editor.
In the Windows Editor, navigate to the following location: HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Speech_OneCore > Voices > Tokens.
Right-click on the one you want to enable and select Export from the drop-down menu.
Navigate to where you saved the .reg and open it with Notepad. Now, you need to edit the text. Let us say you decided to enable Mark’s voice for the US English operating system. Here is how the original file looks:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Speech_OneCore\ Voices\Tokens\MSTTS_V110_enUS_ MarkM]
@=”Microsoft Mark – English (United States)”
“409”=”Microsoft Mark – English (United States)”
“CLSID”=”{179F3D56-1B0B-42B2- A962-59B7EF59FE1B}”
“LangDataPath”=hex(2):25,00, 77,00,69,00,6e,00,64,00,69,00, 72,00,25,00,5c,00,53,\
00,70,00,65,00,65,00,63,00,68, 00,5f,00,4f,00,6e,00,65,00,43, 00,6f,00,72,00,\
65,00,5c,00,45,00,6e,00,67,00, 69,00,6e,00,65,00,73,00,5c,00, 54,00,54,00,53,\
00,5c,00,65,00,6e,00,2d,00,55, 00,53,00,5c,00,4d,00,53,00,54, 00,54,00,53,00,\
4c,00,6f,00,63,00,65,00,6e,00, 55,00,53,00,2e,00,64,00,61,00, 74,00,00,00
“VoicePath”=hex(2):25,00,77, 00,69,00,6e,00,64,00,69,00,72, 00,25,00,5c,00,53,00,\
70,00,65,00,65,00,63,00,68,00, 5f,00,4f,00,6e,00,65,00,43,00, 6f,00,72,00,65,\
00,5c,00,45,00,6e,00,67,00,69, 00,6e,00,65,00,73,00,5c,00,54, 00,54,00,53,00,\
5c,00,65,00,6e,00,2d,00,55,00, 53,00,5c,00,4d,00,31,00,30,00, 33,00,33,00,4d,\
00,61,00,72,00,6b,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Speech_OneCore\ Voices\Tokens\MSTTS_V110_enUS_ MarkM\Attributes]
“Age”=”Adult”
“DataVersion”=”11.0.2013.1022”
“Gender”=”Male”
“Language”=”409”
“Name”=”Microsoft Mark”
“SharedPronunciation”=””
“Vendor”=”Microsoft”
“Version”=”11.0”
Now, this is how the edited file will look, note the red lines, this is where there is a difference, also note that we now have two location keys, with the full text under the registry. This is where the problem resides, Windows needs to have these extra key path to let other apps "see" them :
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Speech\Voices\ Tokens\MSTTS_V110_enUS_MarkM]
@=”Microsoft Mark – English (United States)”
“409”=”Microsoft Mark – English (United States)”
“CLSID”=”{179F3D56-1B0B-42B2- A962-59B7EF59FE1B}”
“LangDataPath”=hex(2):25,00, 77,00,69,00,6e,00,64,00,69,00, 72,00,25,00,5c,00,53,\
00,70,00,65,00,65,00,63,00,68, 00,5f,00,4f,00,6e,00,65,00,43, 00,6f,00,72,00,\
65,00,5c,00,45,00,6e,00,67,00, 69,00,6e,00,65,00,73,00,5c,00, 54,00,54,00,53,\
00,5c,00,65,00,6e,00,2d,00,55, 00,53,00,5c,00,4d,00,53,00,54, 00,54,00,53,00,\
4c,00,6f,00,63,00,65,00,6e,00, 55,00,53,00,2e,00,64,00,61,00, 74,00,00,00
“VoicePath”=hex(2):25,00,77, 00,69,00,6e,00,64,00,69,00,72, 00,25,00,5c,00,53,00,\
70,00,65,00,65,00,63,00,68,00, 5f,00,4f,00,6e,00,65,00,43,00, 6f,00,72,00,65,\
00,5c,00,45,00,6e,00,67,00,69, 00,6e,00,65,00,73,00,5c,00,54, 00,54,00,53,00,\
5c,00,65,00,6e,00,2d,00,55,00, 53,00,5c,00,4d,00,31,00,30,00, 33,00,33,00,4d,\
00,61,00,72,00,6b,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Speech\Voices\ Tokens\MSTTS_V110_enUS_MarkM\ Attributes]
“Age”=”Adult”
“DataVersion”=”11.0.2013.1022”
“Gender”=”Male”
“Language”=”409”
“Name”=”Microsoft Mark”
“SharedPronunciation”=””
“Vendor”=”Microsoft”
“Version”=”11.0″
[HKEY_LOCAL_MACHINE\SOFTWARE\ WOW6432Node\Microsoft\SPEECH\ Voices\Tokens\MSTTS_V110_enUS_ MarkM]
@=”Microsoft Mark – English (United States)”
“409”=”Microsoft Mark – English (United States)”
“CLSID”=”{179F3D56-1B0B-42B2- A962-59B7EF59FE1B}”
“LangDataPath”=hex(2):25,00, 77,00,69,00,6e,00,64,00,69,00, 72,00,25,00,5c,00,53,\
00,70,00,65,00,65,00,63,00,68, 00,5f,00,4f,00,6e,00,65,00,43, 00,6f,00,72,00,\
65,00,5c,00,45,00,6e,00,67,00, 69,00,6e,00,65,00,73,00,5c,00, 54,00,54,00,53,\
00,5c,00,65,00,6e,00,2d,00,55, 00,53,00,5c,00,4d,00,53,00,54, 00,54,00,53,00,\
4c,00,6f,00,63,00,65,00,6e,00, 55,00,53,00,2e,00,64,00,61,00, 74,00,00,00
“VoicePath”=hex(2):25,00,77, 00,69,00,6e,00,64,00,69,00,72, 00,25,00,5c,00,53,00,\
70,00,65,00,65,00,63,00,68,00, 5f,00,4f,00,6e,00,65,00,43,00, 6f,00,72,00,65,\
00,5c,00,45,00,6e,00,67,00,69, 00,6e,00,65,00,73,00,5c,00,54, 00,54,00,53,00,\
5c,00,65,00,6e,00,2d,00,55,00, 53,00,5c,00,4d,00,31,00,30,00, 33,00,33,00,4d,\
00,61,00,72,00,6b,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\ WOW6432Node\Microsoft\SPEECH\ Voices\Tokens\MSTTS_V110_enUS_ MarkM\Attributes]
“Age”=”Adult”
“DataVersion”=”11.0.2013.1022”
“Gender”=”Male”
“Language”=”409”
“Name”=”Microsoft Mark”
“SharedPronunciation”=””
“Vendor”=”Microsoft”
“Version”=”11.0”
After you have edited the document, you should save and exit Notepad; then you need to import the file back to the Windows registry. To do this, run the file. For the changes to take effect, you need to restart your computer. Note that your user account should have administrative privileges for this process to work normally.
Once your PC is restarted, you will be able to select the desired voice from your Speech settings.
thank's Gael, but I've win7.
thank's Gael,
but I've win7. Now I search other solution.....
ciao
You might want to foloow the
You might want to follow the tutorial anyway because this issue was similar in my Windows 8.
Hi Gael,in win7 it is not
Hi Gael,
in win7 it is not possible to download additional languages from sistem. The only possibility, for now, is female voice of Silvia.
Alternatives I've found is "eSpeak", but the italian voice is very poor quality.
I don't found the "Cosimo" voice in separate file for install in the Win7
alternatives is "Giorgio" by Ivona, very good italian voice...for 39 Euro...
help?
ciao