Erik McFarland
Erik McFarland
I have seen this happen outside of whisper-timestamped with other whisper implementations as well. Is it caused by hallucination or not using VAD, I am curious?
Hello there. Are you setting `"encode=true"` you might need to as MOV is not natively supported by Whisper. Here is a list of supported filetypes: - m4a - mp3 -...
Tested and confirmed the same bug using that button. A quick workaround is to temporarily use the Curl command to put it into and SRT file. Example: ```bash curl -o...
Hmm, this is pretty interesting great find! Would be cool to have a near-instant service even if the quality is slightly worse.
Seems I might have to submit another bug that is unrelated, bundling with CRT-HTTP breaks the sample code. Hits this error: `Transcribe streaming error Request Timeout Has Expired` This is...
@sbiscigl Who do you think would be best to respond to my issue? I am eager to get this resolved?
@sbera87 Thank you for the response I will try this out first thing tomorrow and get back to you. Is the current CPU usage I am seeing with LOW_LATENCY expected?
> Hello, from the [example](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/cpp/example_code/transcribe-streaming/get_transcript.cpp#L38) , the client configuration field httpLibPerfMode defaults to [Http::TransferLibPerformanceMode::LOW_LATENCY](https://github.com/aws/aws-sdk-cpp/blob/c1f80705fa6346a640b8d22e572c9b8abe7b7d09/src/aws-cpp-sdk-core/include/aws/core/client/ClientConfiguration.h#L336) > > Could you please retry with the following setting locally and check: `config.httpLibPerfMode = Http::TransferLibPerformanceMode::REGULAR;`...
Hi @SergeyRyabinin Thank you for the well-written and thorough response. I am glad the docker is helpful I tried to make it as plug-and-play as possible so anyone could just...
@SergeyRyabinin So we have been using it for some time in production but the REGULAR mode is just not sufficient for us it keeps dropping transcriptions in flight. If we...