char5742 / flutter_silero_vad

This is an unofficial plugin for calling the Silero VAD ONNX model in Flutter.
Other
28 stars 15 forks source link

The beginning part of the audio is missing. #7

Closed zxl777 closed 9 months ago

zxl777 commented 9 months ago

When I say the numbers 1 through 10, the WAV file only contains 8, 9, and 10.

The VAD works well, but the recorder is missing the beginning part of the sound. I believe the initial segment of the sound data, which is crucial for VAD, must be inserted at the beginning of the waveform.