rkusa / DATIS

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

I have problem with Settings #109

Closed Jacktherookie closed 2 years ago

Jacktherookie commented 2 years ago

I have Google key ready. but do I need all of Windows Azure and Amazon AWE too?

Jacktherookie commented 2 years ago

Yes, I'm using Google TTS only.

rkusa commented 2 years ago

If you only use Google TTS, you don't need keys for the other services. All services are optional. You can omit the settings for the services you don't use, e.g.:

{
  "default_voice": "GC:en-US-Wavenet-B",
  "gcloud": {
    "key": "YOUR_KEY"
  },
  "srs_port": 5002,
  "debug": false
}
Jacktherookie commented 2 years ago

Thanks