deepgram-dotnet-sdk
deepgram-dotnet-sdk copied to clipboard
[HOLD] Reintroduce TTS WS
Summary by CodeRabbit
-
New Features
- Introduced a new WebSocket project within the solution.
- Added a new example for Text to Speech using WebSocket.
-
Improvements
- Implemented
CreateSpeakWebSocketClient
method for creating WebSocket clients. - Added robust mechanisms for connection and data transmission in the new WebSocket Client class.
- Implemented
-
Documentation
- Updated README with a new Text to Speech WebSocket example.
-
Bug Fixes
- Adjusted test setup in
SpeakClientTests
for improved reliability.
- Adjusted test setup in