mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
websocket online vad endpoint
This commit is contained in:
parent
149e3131fc
commit
f2413d66f5
@ -103,7 +103,9 @@ http {
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### 修改wsconnecter.js里asr接口地址
|
||||
wsconnecter.js里配置online asr服务地址路径,这里配置的是wss端口
|
||||
var Uri = "wss://xxx:xxx/wss/"
|
||||
## Acknowledge
|
||||
1. This project is maintained by [FunASR community](https://github.com/alibaba-damo-academy/FunASR).
|
||||
2. We acknowledge [AiHealthx](http://www.aihealthx.com/) for contributing the html5 demo.
|
||||
@ -5,7 +5,7 @@
|
||||
/* 2021-2023 by zhaoming,mali aihealthx.com */
|
||||
|
||||
function WebSocketConnectMethod( config ) { //定义socket连接方法类
|
||||
var Uri = "wss://111.205.137.58:5821/wss/" //设置wss asr online接口地址 如 wss://X.X.X.X:port/wss/
|
||||
var Uri = "wss://30.220.136.139:5921/" // var Uri = "wss://30.221.177.46:5921/" //设置wss asr online接口地址 如 wss://X.X.X.X:port/wss/
|
||||
var speechSokt;
|
||||
var connKeeperID;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user