Tinkoff/voicekit-examples

TTS: Documentation on voice configuration

HappyDOGE opened this issue · 2 comments

I was unable to change the gender of the voice in both node.js and C# API examples.
Is there any documentation on available TTS voices and language codes?

Ok, I've found the supposed voice list
["alyona", "oleg", "maxim", "flirt"]
However "oleg" and "maxim" voices are the same.
Is this a bug or Oleg voice has been renamed?

Hello! Since different API keys have access to different sets of voices, we have implemented the ListVoices method.

The documentation can be found here and here. Useful code snippets can be found here and here.

Additionally, to access the up-to-date functionality, it is recommended to generate your own clients from the GRPC API and use them as described in code snippets.