Skip to content

adam-handke/recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Gender recognition from a voice sample

  • Python with Scipy.
  • Input: WAV file.
  • Output: Gender (F/M) and base frequency.

How it works?

  • Determines the base frequency of a voice sample and compares it with an empiric threshold (173 Hz).
  • Method: High-pass filter + FFT + harmonic product spectrum.

Running

python recognition.py voice.wav

About

Gender recognition from a voice sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages