microsoft / cognitive-services-speech-sdk-js

Microsoft Azure Cognitive Services Speech SDK for JavaScript
Other
267 stars 101 forks source link

[Bug] [Speech Diarization] Speakers are limited to two on the lastest SDK version (1.40.0) #854

Open yxor opened 3 months ago

yxor commented 3 months ago

What happened?

After upgrading from 1.34.0 to 1.40.0, we noticed that the speech diarization's quality has worsened significantly and it only started picking up 2 speakers I found this document for the batch transcriber indicating that the number of speakers is limited to two by default and it shows parameters to set minCount and maxCount, what is the equivalent for this in the speech SDK? Please note we're performing real time speech diarization and would like to upgrade to the latest version for performance issues.

Version

1.40.0 (Latest)

What browser/platform are you seeing the problem on?

Node

Relevant log output

N/A