Luke Oliff
Luke Oliff
Can you confirm the data in the buffer is indeed the audio type you're expecting?
You'll be able to configure listen separately of read, speak etc from the client options. Examples in the PR. using the classes directly is possible but risky, as it's not...
> The only reason I would override the class is to include an abort signal code so I can attach the signal property to the fetch request. Depends on the...
I assume this means only the response body will change. Do we have any details on when that will be?
did this go ahead?
Can you share some code for this reproducable?
It works for me in iOS. I used it for transcription on https://github.com/deepgram-devs/deepgram-conversational-demo which is fine on iOS, verified on iPhone 14, 15, and in the iOS simulator. The issue...
Interesting how this was missed. PR's welcome, as I may struggle to get to this soon
I think it would be better to use `vite-plugin-env-compatible` rather than deliberately break something. Do you want to make a new PR? Or reset this back a few commits and...
You can use _experimentalCustomFetch on the latest version to provide a custom fetch transport, including your abort. We have a PR up to allow for more granular configuration of fetch