rkusa / DATIS

DCS World Automatic Terminal Information Service (ATIS) broadcasted through Simple Radio Standalone (SRS)
MIT License
91 stars 22 forks source link

Default Windows Voices #81

Closed FernandoNotedigo closed 3 years ago

FernandoNotedigo commented 3 years ago

Hi Everyone! First of all I'd like to thank you for this spectacular tool. It works fantastically.

I am trying to change the voices (using Windows voices) but i can´t make it work in my stand alone server.

In the configuration (options.lua) I selected ["defaultVoice"] = "WIN:Hazel" (Hazel is the voice I want to use). This doesn't seem to work.

I've also changed the default voice to Hazel in Windows setting but is not working as well.

The standard voice it uses is different (male voice), no matter what I change. It works ok but I don't know how to do the change.

By the way, I am setting up the ATIS station inside the Mission Situation using something like: "ATIS Kish Intl 250.700".

Thanks!

rkusa commented 3 years ago

Hi, I am glad you like the tool! Could you try again using the voice and then attach your server's DCS.openbeta\Logs\DATIS.log file here? It should contain an error if it was unable to use the voice and a list of available voices. This should help us find the cause of your issue.

FernandoNotedigo commented 3 years ago

Hi! Thanks for your answer.

Here is the Log. It's weird because I've got no error message. The voice, however, is male and not female.

DATIS.log

FernandoNotedigo commented 3 years ago

Here is the config from options.lua

["DATIS"] = { ["debugLoggingEnabled"] = false, ["awsAccessKey"] = "Your AWS access key", ["awsPrivateKey"] = "Your AWS private key", ["srsPort"] = "5002", ["awsRegion"] = "eu-central-1", ["gcloudAccessKey"] = "Your Google Cloud access key", ["defaultVoice"] = "WIN:Hazel", }, -- end of ["DATIS"]

rkusa commented 3 years ago

Thanks for the logs. No error message is unexpected here. I'll look into it in more detail and get back to you once I know more

FernandoNotedigo commented 3 years ago

Thanks for the logs. No error message is unexpected here. I'll look into it in more detail and get back to you once I know more

Thanks!

rkusa commented 3 years ago

Should be fixed in https://github.com/rkusa/DATIS/releases/tag/2.2.0-beta.7 Thanks again for the report!

FernandoNotedigo commented 3 years ago

Thanks a lot. I will try it tomorrow!

FernandoNotedigo commented 3 years ago

Couldn't wait. It works perfectly. thanks!