We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
speaker
The speaker param used in get_tts conflicts with the speaker param used in Neon Audio.
I don't see what speaker provides in this context that is different from voice, but maybe it can be refactored to a different kwarg?
voice
Alternatively/in addition, there should be some type checking implemented to handle invalid kwargs passed to the plugin.
The text was updated successfully, but these errors were encountered:
Patch speaker param checks
9729993
Relates to #8
No branches or pull requests
The
speaker
param used in get_tts conflicts with thespeaker
param used in Neon Audio.I don't see what
speaker
provides in this context that is different fromvoice
, but maybe it can be refactored to a different kwarg?Alternatively/in addition, there should be some type checking implemented to handle invalid kwargs passed to the plugin.
The text was updated successfully, but these errors were encountered: