This commit is contained in:
Tomkarho 2024-05-08 15:32:46 +03:00
parent 20b9dae553
commit c0bb7c4cd3
Signed by: tomkarho
GPG key ID: 8A4E9CBB072D6B19

View file

@ -42,5 +42,5 @@ ffmpeg -i [INPUT].mp3 -acodec pcm_s16le -ac 1 -ar 16000 [OUTPUT].wav
- Yeah documentation says as much - Yeah documentation says as much
> This example uses the RecognizeOnceAsync operation to transcribe utterances of up to 30 seconds, or until silence is detected. > This example uses the RecognizeOnceAsync operation to transcribe utterances of up to 30 seconds, or until silence is detected.
- The results that I do get are very readable - The results that I do get are very readable
- - Transcribing entire files needed a different code solution