Skip to content

Instantly share code, notes, and snippets.

View boeckhoff's full-sized avatar

Nico Böckhoff boeckhoff

View GitHub Profile
@boeckhoff
boeckhoff / annotateHelper.py
Created July 13, 2016 10:09
Script that helps with annotating audio files for training HMM Model for pyAudioAnalysis Segmentation
import time, sys
PATH_TO_FILE = sys.argv[1]
DICT = {"1": "speech",
"2": "laugther",
"3": "applause"}
quit = False