ricky0123 / vad

Voice activity detector (VAD) for the browser with a simple API

Home Page:https://www.vad.ricky0123.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to filter by sound loudness?

xiaoqiang1999 opened this issue · comments

Hello! This library has been very helpful to us. Thank you and your team for their work.

But I encountered a question, can it filter according to the sound loudness of the sound? Is there a filtering threshold for sound loudness?

If not, would you consider adding this feature?

Thank you for your reply.

Do you mean filtering for minimum speech length?

Do you mean filtering for minimum speech length?

No, I mean the loudness of the sound, filtering out the sound below a certain loudness.
But it seems that this can be achieved indirectly by configuring positiveSpeedThreshold and negativeSpeehThreshold?