deepgram-rust-sdk
deepgram-rust-sdk copied to clipboard
Rust SDK for Deepgram's automated speech recognition APIs.
## Proposed changes https://github.com/deepgram/deepgram-rust-sdk/blob/d2f2723e64375d771086859d56c2b4434757a2da/src/common/stream_response.rs#L87 Include `extra: Option` ## Context https://developers.deepgram.com/docs/extra-metadata ## Possible Implementation as Option field ## Other information
## Proposed changes Client for the WebSocket TTS API. Fixes #95. ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking...
## Proposed changes Public paragraph fields of transcription (transcript, paragraphs) ## Context Why I can use the feature if fields are private. ## Possible Implementation ## Other information
## Proposed changes Support whisper models in speech to text. ## Context I am running speech to text and using whisper tiny for low cost but not found whisper models...
## Proposed changes The SDK is hardcoded to use `api.deepgram.com` as the base URL, but self-hosted customers use a different URL. Wherever `api.deepgram.com` is used, it should be replaced with...
## Proposed changes * Fix serialization bug that causes an API error for `Container::None` ## Types of changes - [x] Bugfix (non-breaking change which fixes an issue) - [ ]...
- **Update dependencies to latest version** - **Fix clippy issues when using rustc 1.88** - **Allow using rusls-tls or native-tls**