sirrah Posted November 15, 2020 Posted November 15, 2020 One of our forum members @ataribaby recently pointed out this awesome Radio Message Generator. A tool that uses the default Windows TTS voices, adds a nice radio transmission effect and can directly be saved as .ogg file. Truly great tool for mission editing!!! However, somehow the program only allows you to select from 3 of the 6 default Windows voices (David, Hazel and Zira). As shown below. I've been trying to figure out, how to get the other 3 TTS voices (George, Suzan and Mark) to also show in the Radio Message Generator. Ataribaby directed me to this website, which basically says you can add these 3, or any other downloaded voices, by editing the Windows registry. So I followed all steps on that website (a few times now), but somehow it seems the edited .reg does not merge with my registry :( I tried exactly what the website described, so I exported MSTTS_V110_enUS_MarkM and named it "markm.reg". I edited the content of that .reg as indicated on the website. Code: 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" "SayAsSupport"="spell=NativeSupported; cardinal=GlobalSupported; ordinal=NativeSupported; date=GlobalSupported; time=GlobalSupported; telephone=NativeSupported; currency=NativeSupported; net=NativeSupported; url=NativeSupported; address=NativeSupported; alphanumeric=NativeSupported; Name=NativeSupported; media=NativeSupported; message=NativeSupported; companyName=NativeSupported; computer=NativeSupported; math=NativeSupported; duration=NativeSupported" "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" "SayAsSupport"="spell=NativeSupported; cardinal=GlobalSupported; ordinal=NativeSupported; date=GlobalSupported; time=GlobalSupported; telephone=NativeSupported; currency=NativeSupported; net=NativeSupported; url=NativeSupported; address=NativeSupported; alphanumeric=NativeSupported; Name=NativeSupported; media=NativeSupported; message=NativeSupported; companyName=NativeSupported; computer=NativeSupported; math=NativeSupported; duration=NativeSupported" "SharedPronunciation"="" "Vendor"="Microsoft" "Version"="11.0" When I try to merge the edited .reg file, I click through the "are you sure blabla" prompt and a second prompt tells me: The keys and values contained in C:\....\...\markm.reg have been successfully added to the registry However, when in the registry editor I browse to HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\SPEECH\Voices\Tokens\, I don't see MSTTS_V110_enUS_MarkM] :( I also tried opening the registry editor as administrator and import the edited .reg file. But still, it doesn't show up I'm a total layman when it comes to regedit, so I have no idea what's going on and what I'm doing exactly :P I was really hoping that someone here could help me out... This tool would be absolute gold if we could only add a few more voices (by the way, my system is running on Win10 version 2004)Radio Message Generator.zip System specs: i7-8700K @stock speed - GTX 1080TI @ stock speed - AsRock Extreme4 Z370 - 32GB DDR4 @3GHz- 500GB SSD - 2TB nvme - 650W PSU HP Reverb G1 v2 - Saitek Pro pedals - TM Warthog HOTAS - TM F/A-18 Grip - TM Cougar HOTAS (NN-Dan mod) & (throttle standalone mod) - VIRPIL VPC Rotor TCS Plus with ALPHA-L grip - Pointctrl & aux banks <-- must have for VR users!! - Andre's SimShaker Jetpad - Fully adjustable DIY playseat - VA+VAICOM - Realsimulator FSSB-R3 ~ That nuke might not have been the best of ideas, Sir... the enemy is furious ~ GUMMBAH
sirrah Posted November 15, 2020 Author Posted November 15, 2020 Ok nevermind, problem solved.. It seems something went wrong when I copy/paste the codes... Forgot to place a bracket "[" in from of "HKEY_LOCAL_MACHINE" System specs: i7-8700K @stock speed - GTX 1080TI @ stock speed - AsRock Extreme4 Z370 - 32GB DDR4 @3GHz- 500GB SSD - 2TB nvme - 650W PSU HP Reverb G1 v2 - Saitek Pro pedals - TM Warthog HOTAS - TM F/A-18 Grip - TM Cougar HOTAS (NN-Dan mod) & (throttle standalone mod) - VIRPIL VPC Rotor TCS Plus with ALPHA-L grip - Pointctrl & aux banks <-- must have for VR users!! - Andre's SimShaker Jetpad - Fully adjustable DIY playseat - VA+VAICOM - Realsimulator FSSB-R3 ~ That nuke might not have been the best of ideas, Sir... the enemy is furious ~ GUMMBAH
Harry58 Posted December 12, 2020 Posted December 12, 2020 Hello friends, thank you for good tip about the language setting. Did you see any functionality of the "speed" and "radio FX intensity ? Thank you Harry
sirrah Posted December 22, 2020 Author Posted December 22, 2020 On 12/12/2020 at 2:02 PM, Harry58 said: Hello friends, thank you for good tip about the language setting. Did you see any functionality of the "speed" and "radio FX intensity ? Thank you Harry No, both sliders appear not to be working (Default speech speed is too high). Unfortunately I don't know how to fix this System specs: i7-8700K @stock speed - GTX 1080TI @ stock speed - AsRock Extreme4 Z370 - 32GB DDR4 @3GHz- 500GB SSD - 2TB nvme - 650W PSU HP Reverb G1 v2 - Saitek Pro pedals - TM Warthog HOTAS - TM F/A-18 Grip - TM Cougar HOTAS (NN-Dan mod) & (throttle standalone mod) - VIRPIL VPC Rotor TCS Plus with ALPHA-L grip - Pointctrl & aux banks <-- must have for VR users!! - Andre's SimShaker Jetpad - Fully adjustable DIY playseat - VA+VAICOM - Realsimulator FSSB-R3 ~ That nuke might not have been the best of ideas, Sir... the enemy is furious ~ GUMMBAH
Recommended Posts