leozimmerman / ofxAudioAnalyzer

openFrameworks wrapper for Essentia. Audio analysis algorithms in real-time
GNU Affero General Public License v3.0
181 stars 37 forks source link

VAD - voice activity detection #19

Open stephanschulz opened 5 years ago

stephanschulz commented 5 years ago

Nice add-on.

For a new project I was hoping to do VAD to know when people are speaking (maybe even singing) and I was wondering if your audio analysis could be used for it?

Do you think it's possible to build on what you have to add VAD (voice activity detection)?

Thanks

leozimmerman commented 5 years ago

This add-on doesn't provide a VAD algorithm. But you can use a combination of the algorithms provided to build your own VAD detector. You would need to test which algorithms work best for this purpose and figure out how to make them interact.