markmo / vmrdemo

Wake word detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wake-word Detection

Lightweight and accurate wake word detection engine using Deep Learning trained in real-world environments (noise, reverberation).

Uses Porcupine Library.

Performance benchmarks against alternatives.

python src/main.py
    --keyword_file_paths        # comma-separated absolute paths to keyword files
    --library_path              # absolute path to Porcupine's dynamic library
    --model_file_path           # absolute path to model parameter file
    --sensitivity               # detection sensitivity [0, 1]
    --silence_threshold         # silence threshold
    --input_audio_device_index  # index of input audio device
    --output_path               # absolute path to where recorded audio will be stored.
                                # If not set, it will be bypassed
    --show_audio_devices_info

About

Wake word detection


Languages

Language:Python 100.0%