v5.2.0
CLI
You can now set the authentication secrets via the following environment variables:
ASPEAK_AUTH_KEY
for authentication using subscription keyASPEAK_AUTH_TOKEN
for authentication using authorization token
Rust API
- Now you can use
Voice::request_available_voices
(orVoice::request_available_voices_with_additional_headers
) to get the list of available voices.