Skip to content

Conversation

@zackangelo
Copy link

@zackangelo zackangelo commented Jul 19, 2025

Proposed changes

Client for the WebSocket TTS API. Fixes #95.

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update or tests (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING.md doc
  • I have added tests and/or examples that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

@@ -0,0 +1,393 @@
#![allow(missing_docs)]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the Deepgram TTS websocket work?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I'm using it.

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.

Text to Speech - Websocket API

2 participants