WebRtcVadSharp icon indicating copy to clipboard operation
WebRtcVadSharp copied to clipboard

Add more modes to the vad sens detection

Open jnr4817 opened this issue 3 years ago • 2 comments

There are 3 modes of sens detection located here: WebRtcVadSharp/WebRtcVad/webrtc/common_audio/vad/vad_core.c

Anyway to add more. Using this code for VOX within a flight simulator and it is still to sensitive.

jnr4817 avatar May 04 '22 18:05 jnr4817

There are four modes available in the library using the OperatingMode enum, but you're right that they aren't as different as one might want.

It's an interesting idea to allow more variability over the constants defined by those modes. I will look into it.

ladenedge avatar May 04 '22 18:05 ladenedge

Thank you

jnr4817 avatar May 04 '22 18:05 jnr4817