8000 GitHub - hmarf/mfcc
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hmarf/mfcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

MFCC

Calculate Mel-Frequency Cepstrum Coeffieients from .wav file  

How to use

# python version = 3
import mfcc
mfcc.mfcc(wave_file_path,FFT,nceps)

wave_file_path: file_path
FFT: the number of FFT (1024, 2048, 4096)
nceps: the number of demention

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0