An Azure service that integrates speech processing into apps and services.
Hi @gsouf,
Thank you for reaching out to Microsoft Q&A forum!
I have a less knowledge on Javascript, however the error message for the Python example indicates that the transcription was canceled for some reason. This interruption could stem from several factors, including inadequate audio quality, excessive background noise, or unclear speech from the speaker.
To diagnose this problem, consider the following steps:
- Examine the audio file to ensure its quality is sufficient for accurate transcription. Check for any background noise or other disturbances that might interfere with the transcription process.
- Review the service logs or error messages to see if there are any issues with the service itself.
- Try using a different audio file or restarting the service to see if the issue persists. If possible, try to test by using Azure provided sample audio file
If the issue still persists, try using "S0 Standard" tier. Thank you!