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

feat/718: add OpenAI Text to Speech as a Provider #747

Merged
merged 17 commits into from
Apr 1, 2024
Merged

Conversation

Sidsector9
Copy link
Member

@Sidsector9 Sidsector9 commented Mar 14, 2024

Description of the Change

In addition to MS Azure Speech API, this PR adds OpenAI's Text to Speech service as a provider.

Closes #718

How to test the Change

Changelog Entry

Added - OpenAI Text to Speech as a Provider

Credits

Props @iamdharmesh @Sidsector9

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@Sidsector9 Sidsector9 requested review from dkotter, jeffpaul and a team as code owners March 14, 2024 13:30
@Sidsector9 Sidsector9 marked this pull request as draft March 14, 2024 13:31
@github-actions github-actions bot added this to the 3.1.0 milestone Mar 14, 2024
@github-actions github-actions bot added the needs:feedback This requires reporter feedback to better understand the request. label Mar 14, 2024
Copy link

@Sidsector9 thanks for the PR! Could you please fill out the PR template with description, changelog, and credits information so that we can properly review and merge this?

@github-actions github-actions bot removed the needs:feedback This requires reporter feedback to better understand the request. label Mar 14, 2024
@Sidsector9 Sidsector9 marked this pull request as ready for review March 14, 2024 14:26
@github-actions github-actions bot added needs:feedback This requires reporter feedback to better understand the request. needs:code-review This requires code review. and removed needs:feedback This requires reporter feedback to better understand the request. labels Mar 14, 2024
@Sidsector9 Sidsector9 requested a review from dkotter March 29, 2024 19:55
@github-actions github-actions bot added the needs:refresh This requires a refreshed PR to resolve. label Apr 1, 2024
@github-actions github-actions bot removed the needs:refresh This requires a refreshed PR to resolve. label Apr 1, 2024
… the changes made in the TTS feature, standardizing on how all these providers work
@dkotter dkotter merged commit 4d91802 into develop Apr 1, 2024
13 checks passed
@dkotter dkotter deleted the feat/718 branch April 1, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs:code-review This requires code review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add OpenAI as a Provider for Text to speech feature.
2 participants