alphacep / vosk-server

WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
Apache License 2.0
871 stars 241 forks source link

About noise reduction and gain in Android applications #247

Open xubinlu opened 3 months ago

xubinlu commented 3 months ago

Hello We are currently using the webSocket protocol to connect to servers and send real-time voice in Android applications. However, if we are far away, we may not be able to collect voice. Do you have any recommended algorithms for noise reduction and gain? Thanks!