alphacep / alphacep/vosk-server
Sometimes blocking about test_microphone.py
- Lenguaje dominante
- Python
- Estrellas
- 1.3k
- Forks
- 317
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.