From c0bb7c4cd36e820de266787b5895d18806e23b70 Mon Sep 17 00:00:00 2001 From: tomkarho Date: Wed, 8 May 2024 15:32:46 +0300 Subject: [PATCH] Notes --- AzureAi.Transcriber/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AzureAi.Transcriber/README.md b/AzureAi.Transcriber/README.md index e62725e..9755ce3 100644 --- a/AzureAi.Transcriber/README.md +++ b/AzureAi.Transcriber/README.md @@ -42,5 +42,5 @@ ffmpeg -i [INPUT].mp3 -acodec pcm_s16le -ac 1 -ar 16000 [OUTPUT].wav - Yeah documentation says as much > 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 -- +- Transcribing entire files needed a different code solution