yxspeechrecognition 1.5.6 → 1.5.7
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.
|
@@ -1268,7 +1268,7 @@ var NewCredential = /*#__PURE__*/function () {
|
|
|
1268
1268
|
key: "formatSignString",
|
|
1269
1269
|
value: function formatSignString(params) {
|
|
1270
1270
|
var strParam = '';
|
|
1271
|
-
var signStr = '
|
|
1271
|
+
var signStr = 'ws://10.97.36.102:9090/realtime_asr_ws_private';
|
|
1272
1272
|
// let signStr = 'asr.cloud.tencent.com/asr/v2/'
|
|
1273
1273
|
// let signStr = "aiasr.baoan.gov.cn:9191/realtime_asr_ws_private";
|
|
1274
1274
|
if (this.config['appid']) {
|