TarsosDSP icon indicating copy to clipboard operation
TarsosDSP copied to clipboard

Voice Activity Detector

Open nalbion opened this issue 7 years ago • 1 comments

Hi, is it possible to use TarsoDSP to create a VAD to extract voice commands from a live stream?

I have attempted to do this using java-speech-api but it is not working very well:

https://github.com/nalbion/java-speech-api/blob/feature/lex-recogniser/src/main/java/com/darkprograms/speech/recognizer/vad/VoiceActivityDetector.java

nalbion avatar Jul 13 '17 23:07 nalbion

I have a similar need,

I have an android project where I need to detect N seconds of silence and take action.

For instance; if an audio stream produces 5 seconds of silence, stop processing.

I'm not afraid to get my hands dirty, if you can point me in the direction of a sample app that does voice/silence detection I can give it a try.

Please advise

BeanStalka avatar Aug 09 '17 12:08 BeanStalka