deepgram / deepgram-dotnet-sdk

.NET SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
33 stars 30 forks source link

Timeout fix #149

Closed CopperBeardy closed 1 year ago

CopperBeardy commented 1 year ago

I have rewrote the code to re-initialize the clients when timeout is changed, that should resolve the issue of time out not working -- there is a test in the TimeOutTest file - it needs an active apikey and uncommenting to run - I don't have any large transcribable audio files so had to test it on https://static.deepgram.com/examples/Bueller-Life-moves-pretty-fast.wav

the test shows the timeout tripping so it should work on larger files