ladenedge/WebRtcVadSharp

Add more modes to the vad sens detection

Opened this issue · 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.

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.

Thank you