Open Namnp1521 opened 5 months ago
experiencing the same issue here.
version : 1.36.0 serviceRegion: 'eastus', language: 'en-US'
We've been using the sdk since March,2024 and had no change releated to the functions we're using Suddenly, experiencing the same issue described above since June 21, 2024.
But in our case, it does not happen all the time. It happens randomly.
We're comparing original sound file (pre-recorded, same every time) and recordings from people.
What happened?
When i use Pronunciation Assessment, the result always have prosodyScore = 0
my code: `const speechConfig = sdk.SpeechConfig.fromSubscription( process.env.NEXT_PUBLIC_AZURE_KEY || '', process.env.NEXT_PUBLIC_AZURE_REGION || '' ); // setting the recognition language to English. speechConfig.speechRecognitionLanguage = 'en-US';
the result:
Version
1.36.0 (Latest)
What browser/platform are you seeing the problem on?
No response
Relevant log output
No response