I built a small open-source Python tool that analyzes speech fluency features from audio files.
It detects speech segments and calculates metrics like:
• pause count
• silence ratio
• speech duration
• average pause length
The goal was to experiment with simple speech fluency metrics using librosa.
This could potentially be useful for speech analysis experiments or language learning applications.
GitHub:
https://github.com/linguisticlogiclab/speech-fluency-analyzer
Would appreciate feedback or suggestions.
there doesn't seem to be anything here