Skip to content
New issue

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

Add Support for OpenAI TTS Service #79

Closed
wants to merge 2 commits into from
Closed

Add Support for OpenAI TTS Service #79

wants to merge 2 commits into from

Conversation

hdeep03
Copy link

@hdeep03 hdeep03 commented Jan 8, 2024

Adds support for OpenAI's TTS Service as an optional extra.

Changes:

  • Adds new OpenAIService which uses env vars to load keys and generate audio (Modelled after the Azure TTS service)
  • Adds an example in examples/openaitts-example.py
  • Adds documentation for the class
  • Updates the pyproject.toml w/ the new optional dependency

@osolmaz
Copy link
Collaborator

osolmaz commented Feb 25, 2024

Thank you for the complete implementation! I fixed some minor issues, you should be able to use this in v0.3.6.

This was merged in #84

@osolmaz osolmaz closed this Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants