While using the azure speech recognition we can list some languages and the AI will automatically detect the language.
As I see wee need to use speechSDK.SpeechRecognizer.FromConfig(...)
factory method instead of new speechSDK.SpeechRecognizer.FromConfig(speechConfig, speechSDK.AutoDetectSourceLanguageConfig(...)
constructor at the component/src/services/azure/azure.js:44
file.
like
const recognizer = speechSDK.SpeechRecognizer.FromConfig(
speechConfig,
speechSDK.AutoDetectSourceLanguageConfig.fromLanguages(
["en-US", "ro-RO", "hu-HU", "de-DE"]
),
audioConfig
);
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too