kxxt / aspeak

A simple text-to-speech client for Azure TTS API.
MIT License
494 stars 57 forks source link

Add support get voice list in lib #68

Closed attila-lin closed 1 year ago

attila-lin commented 1 year ago

Hello~

It is not support in lib but in bin.

And we may make the options better in lib.

For example, make the enum value locale and Role iter/to_stringable (with strum crate)

kxxt commented 1 year ago

Landed in v5.2.0.

For example, make the enum value locale and Role iter/to_stringable (with strum crate)

I will make some improvements later. (Note that the locale is just a string, not an enum).