jambonz / jambonz-webapp

A simple provisioning web app for jambonz
MIT License
5 stars 21 forks source link

add support for new google voices #270

Closed davehorton closed 11 months ago

davehorton commented 1 year ago

Google has added new classes of TTS voice languages: neural and studio. The result is that we need to update the webapp to support all of these new voices. See the link below for the full list

https://cloud.google.com/text-to-speech/docs/voices

davehorton commented 1 year ago

There are some new google TTS voices that we need to add. The full list is here

In particular, we want to add support for the polyglot voices. These are basically the same voice available in different languages; e.g. if you were to switch languages during a call it would sound like the same multi-lingual speaker, which is a nice feature.

There are also some news-reading voices that have been added which we should support. Basically, we need to add any of the languages missing from the list above.