DamienDeepgram
DamienDeepgram
Also just ran into this issue Error: ``` Starscream.swiftmodule is not built for arm64e ```
This has been addressed in this PR: https://github.com/deepgram-devs/deepgram-rust-sdk/pull/76
This has been addressed in this PR: https://github.com/deepgram-devs/deepgram-rust-sdk/pull/76
This has been addressed in this PR: https://github.com/deepgram-devs/deepgram-rust-sdk/pull/76
You should be able to use the context to make such changes I think ``` // Go context with custom headers headers := make(http.Header) headers.Set("Authorization", "token YOUR_API_KEY") headers.Set("User-Agent", "MyCustomUserAgent/1.0") headers.Del("Host")...
I can get this working but would be using Deepgram only.
Deepgram also has TTS so you could use the same sdk I think that the speech to text is using. Not sure if Omi has a preference there tho see:...
> @DamienDeepgram don't forget to ref your PR ;) Sorry yes here is the PR with the issue with playback not streaming correctly https://github.com/BasedHardware/omi/pull/1246