1
0
Fork
You've already forked svad
0
No description
  • Python 100%
2024年05月22日 09:45:55 +02:00
samples Finished project 2024年05月21日 13:45:37 +02:00
.gitignore Finished project 2024年05月21日 13:45:37 +02:00
analyze-audio.py Finished project 2024年05月21日 13:45:37 +02:00
config.py Finished project 2024年05月21日 13:45:37 +02:00
LICENCE Implemented descriptions, licence and readme 2024年05月22日 09:45:55 +02:00
README.md Implemented descriptions, licence and readme 2024年05月22日 09:45:55 +02:00
record-samples.py Finished project 2024年05月21日 13:45:37 +02:00
svad.py Implemented descriptions, licence and readme 2024年05月22日 09:45:55 +02:00

SVAD - Simple Voice Activation Detector

This simple voice activation detector compares a microphone input with given sample files and tries to find a pattern. For that it cuts everything in chunks according to the setted buffer, converts every dataset value to an absolute float and sums it. With the help of the eucledean distance the script tries to find enough matches within the chunks.

Maintaining & Contribution

Since this project is part of an exam for my studies in computer science I consider this as finished. I will not maintain this repository. If you want to contribute, you can as long as you follow the licence agreement.