Pass chunk of audio files to DeepSpeech

how to separate live audio (conducted using the device microphone) into a chunk of audio files and send it to the deepspeech WebSocket.

Sounds like two different questions? How do you chunk up an audio file and separately, how would you pass to deepspeech? I believe your second question is answered in the docs.

1 Like

You can use some VAD system (e.g. webrtcvad) to do the chunking. Feel free to join us on Mozilla’s Matrix for more realtime assistance.

1 Like

thanx a lot for your resoponse

thanx a lot for your response, I am also looking for a way to chunk the audio files