deepgram-rust-sdk
deepgram-rust-sdk copied to clipboard
Rust SDK for Deepgram's automated speech recognition APIs.
Tasks: - [x] Data send/receive interface - [x] Options - [x] Response - [ ] Documentation - [x] Examples - [x] Remove `old_live` - [x] Bump version
cc @SandraRodgers making a note that we should find some time to look at this SDK in the near future
## Proposed changes ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ]...
Streaming should also support options just as prerecorded transcription does.
It should be possible to use the library without picking a runtime. The live feature would take some work to uncouple from tokio and tungstenite, so I left it under...
## Proposed changes Add `Options::smart_format` to the SDK. ## Context The option exists in the API, but is not exposed in the SDK. It looks like this work may have...
## Proposed changes Add the text to speech api ## Context Im using the text to speech api but have to call it manually
## Proposed changes Add an option to add keep alive on the Speech to Text web-socket ## Context the web socket closes ever time there is no talking for 12...
## Proposed changes Allows specifying a callback for streaming requests. See [docs](https://developers.deepgram.com/docs/callback#streaming-audio). ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature...