Niels Swimberghe

Results 119 comments of Niels Swimberghe

Does the `WaveFormatConversionStream` API depend on any Windows APIs? If not, it would be great if the conversion APIs are available cross-platform, which I'd assume would go under Core? I'm...

While the docs all use the static client, you can instantiate your own `ITwilioRestClient` instances. The Twilio.AspNet.Core library doesn't support multi-tenancy, but you can inspire on the source code and...

I'm leaving this PR as a draft for now, as you may want me to remove the benchmark project before pulling it in. If you have any suggestions on how...

Here's an allocation report from VS when running the current unhappy path: [Report20221229-2230.zip](https://github.com/twilio/twilio-csharp/files/10323002/Report20221229-2230.zip) And the relevant call tree: |Function Name|Total \(Allocations\)|Self \(Allocations\)|Self Size \(Bytes\)|Module Name| |-|-|-|-|-| | + RequestValidationBenchmark.CurrentUnhappyPath\(\)|270|39|5,666|twilio.benchmark| |     ...

Pulling the code from #598 with minor modifications improves the performance and reduces allocations further. | Method | Mean | Error | StdDev | Gen0 | Gen1 | Allocated |...

@davidfowl @vcsjones @benmccallum any last suggestions before I turn this into a real PR?

C'mon Twilio folks, this code contribution has been ready to merge on the internal repo and public repo for a long time. The longer you let these things rot, the...

C'mon Twilio folks, this code contribution has been ready to merge on the internal repo and public repo for 6 months. The longer you let these things rot, the more...

When I send the audio to the transcriber engine it should return me with partial transcripts, but currently, it is stuck on line `ALC.CaptureSamples` Ideally, the transcriber needs 100+ ms...