https://github.com/operatorfoundation/songbirdanalyzer
A Python project for analyzing audio files
https://github.com/operatorfoundation/songbirdanalyzer
Last synced: about 2 months ago
JSON representation
A Python project for analyzing audio files
- Host: GitHub
- URL: https://github.com/operatorfoundation/songbirdanalyzer
- Owner: OperatorFoundation
- Created: 2024-08-23T23:16:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-28T16:25:14.000Z (about 1 year ago)
- Last Synced: 2025-05-28T17:38:33.809Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 362 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
== Install
brew install sox
mkdir images
mkdir results
mkdir mfccs
# Providing audio data
Audio data goes in folders in audio/Tests/ where each folder is the userid of the speaker
== Running
./process-training.sh
This will print a model accuracy evaluation. After each run, provide more audio
data or tweak the MFCC generation algorithm to try to increase the accuracy of
the model.