alphacep / alphacep/vosk-server
Sometimes blocking about test_microphone.py
オープン
- 主要言語
- Python
- スター
- 1.3k
- フォーク
- 317
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Using this python script to test microphone connecting to websocket server.
https://github.com/alphacep/vosk-server/blob/master/websocket/test_microphone.py
There is blocking (as following) if server side doesn't return response at each data chunk.
while True:
data = await audio_queue.get()
await websocket.send(data)
print (await websocket.recv()) # blocking here waiting for message.
It happened when VAD is applied at server side and no response if data chunk is silent.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。