@unith-ai/core-client 2.0.4-beta.3 → 2.0.4-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -14
- package/dist/lib.js +1 -1
- package/dist/lib.js.map +1 -1
- package/dist/lib.module.js +1 -1
- package/dist/lib.module.js.map +1 -1
- package/dist/lib.web.js +1 -1
- package/dist/lib.web.js.map +1 -1
- package/package.json +6 -1
package/dist/lib.web.js
CHANGED
|
@@ -25505,7 +25505,7 @@ var Microphone = class _Microphone {
|
|
|
25505
25505
|
} else if ((_b = sdk.SpeechSDK) == null ? void 0 : _b.SpeechConfig) {
|
|
25506
25506
|
({ SpeechConfig, AudioConfig, SpeechRecognizer, ResultReason, PhraseListGrammar } = sdk.SpeechSDK);
|
|
25507
25507
|
} else {
|
|
25508
|
-
throw new Error("Azure Speech SDK does not expose expected symbols.
|
|
25508
|
+
throw new Error("Azure Speech SDK does not expose expected symbols. Ensure microsoft-cognitiveservices-speech-sdk is installed.");
|
|
25509
25509
|
}
|
|
25510
25510
|
const speechConfig = SpeechConfig.fromAuthorizationToken(
|
|
25511
25511
|
this.tokenObj.token,
|