Open Abdelmasieh01 opened 7 months ago
Is normal RealtimeSTT running without websocket? The logging looks like the sound devices under linux are not perfectly configured to be used with pyaudio/python etc but I am absolutely no linux expert. So it would suggest for me that "normal" RealtimeSTT also does not work and it is not specifically an issue with the websocket part. Also this example_webserver only transmits the recorded text to the client, it does not record from the client. Recording is done on the server. The other example_browserclient would record from the client.
The machine I'm working on doesn't have a mic so that's why!
I thought the webserver example was for websocket with recording, I tried the example_browserclient
server but it threw this error:
[W NNPACK.cpp:64] Could not initialize NNPACK! Reason: Unsupported hardware.
When I searched I found out it might be only a warning but I can't make sure because I can't test as the machine doesn't have a mic.
I ran the websocket server at host 0.0.0.0 and connected to it from my machine, it shows some errors and then says "Waiting for clients" and when it connects without problems but it doesn't show any output
In the client I see
vad started.
and it is stuck there.