Skip to content

hamidreza-asjodi/Mel-Cepstral-Distortion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mel-Cepstral Distortion

This repo is concerned with finding the Mel Cepstral Distortion between .wav files.

Dependencies

  • librosa
  • pyworld
  • pysptk

Installation

Tested on a Python verison 3.6.2 in linux VM environment

conda create -n mel-cep-distortion python=3.6
conda install jupyter
conda install -c conda-forge librosa
pip install pyworld=0.2.11
pip install pysptk=0.1.18

Usage

See the Jupyter notebook for example usage

TODO:

  • Update dependencies and packages used in README, more detailed installation
  • Include scripts on extracting acoustic audio features

About

Calculation of MCD (dB) between two speech waveforms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%