You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deploy the service using Docker and test the sample client on my local machine. The problem now is that I test the HTML page, record with my microphone, and it works correctly. Then I test the Python client using a WAV file, and the result is also correct. However, I continue to test the microphone mode of the Python client with command: python funasr_wss_client.py --host "0.0.0.0" --port 10095 --mode offline
the client only shows:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I deploy the service using Docker and test the sample client on my local machine. The problem now is that I test the HTML page, record with my microphone, and it works correctly. Then I test the Python client using a WAV file, and the result is also correct.
However, I continue to test the microphone mode of the Python client with command:
python funasr_wss_client.py --host "0.0.0.0" --port 10095 --mode offline
the client only shows:
No output, despite occupying the microphone.
I'm not sure if any steps or operations were missed.
Beta Was this translation helpful? Give feedback.
All reactions