Skip to content

Instantly share code, notes, and snippets.

View aobaruwa's full-sized avatar
🏠

Ahmed Baruwa aobaruwa

🏠
View GitHub Profile
@aobaruwa
aobaruwa / audio_tools.py
Created August 16, 2019 08:56 — forked from kastnerkyle/audio_tools.py
Audio tools for numpy/python. Constant work in progress.
raise ValueError("DEPRECATED/FROZEN - see https://github.com/kastnerkyle/tools for the latest")
# License: BSD 3-clause
# Authors: Kyle Kastner
# Harvest, Cheaptrick, D4C, WORLD routines based on MATLAB code from M. Morise
# http://ml.cs.yamanashi.ac.jp/world/english/
# MGC code based on r9y9 (Ryuichi Yamamoto) MelGeneralizedCepstrums.jl
# Pieces also adapted from SPTK
from __future__ import division
import numpy as np