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