Niels Swimberghe
Niels Swimberghe
Sorry for the delay. Thank you for your feedback. I am now getting transcripts back, although less accurate than usual. I'd say 20% less accurate than I'm used to. I...
I'm also frequently getting this error: `System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.` I'm assuming this has to do...
Unfortunately, I didn't get anywhere after this roadblock. It mostly works, but crashes after a short period, between 30s to multiple minutes.
Why not have a separate template for the test project?
Our customer wants to have the canonical tag on the blogoverview page, but not the blogpost details page.
I manually typed over your code and it works fine for me. (share the code instead of screenshots next time 🙏) Unfortunately, there's nothing else I can look into. I'd...
Ah I see. Yes, the `Body` property is only for incoming SMS, not for status updates for outgoing SMS. This issue can be closed I think.
I noticed that the `IAudioToTextService.GetTextContentsAsync` method returns multiple `TextContent`'s. We have APIs to return the transcript as sentences and another as paragraphs. Would it make sense to add options to...
> I would add to todo also full realtime transcribing, so you send AudioContent or AudioStreamContent and you get `IAsyncEnumerable` I want to add realtime, but I want to finalize...
Instead of using the `AudioStreamContent`, I'm introducing an AssemblyAI file service for users to upload their files to AssemblyAI. #5964 In the future, we can use a streaming audio content...