Skip to content

Instantly share code, notes, and snippets.

View hiromu's full-sized avatar

Hiromu Yakura hiromu

View GitHub Profile
@hiromu
hiromu / extract_feats.py
Created November 22, 2017 18:34 — forked from kastnerkyle/extract_feats.py
Extract features with HTK/speech_tools/festival/merlin
from __future__ import print_function
import os
import shutil
import stat
import subprocess
import time
import numpy as np
from scipy.io import wavfile
import re
import glob