GitXplorerGitXplorer
m

hac

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
e6ffbdcc26ad57d5b23790b4e8ca3c3aa5dce0a7

removed spectral as dependency from setup.py

mmwv committed 10 years ago
Unverified
80fc5dac9e39771b47cb35b3ab1bddee6c21a5df

updated __init__.py

mmwv committed 10 years ago
Unverified
26f3734743224adec92c3e9b576af20effefa8df

changed layout of module

mmwv committed 10 years ago
Unverified
7322684b8480e95db0d7ada1b12964371332f583

extended .gitignore

mmwv committed 10 years ago
Unverified
dc7d6050cbcc5fe5202fe21efc0731f04ef60c3d

update hac.py to implement soft vq methods

mmwv committed 10 years ago
Unverified
b41446067128e26cd2ca7540fdd19dd2f2a9218d

removed local copy of spectral.py and added repo as dependency

mmwv committed 10 years ago

README

The README file for this repository.

#+AUTHOR: Maarten Versteegh

*** Training a codebook To train a codebook on directory /path/to/audiofiles/ and store the output in codebook.pkl: : python train_codebook.py /path/to/audiofiles/ codebook.pkl Note that the script will recursively search the input directory for files with the .wav extension.

*** Converting audio files To convert audiofile myfile.wav to its hac representation myhac.pkl using codebook mycodebook.pkl: : python sig2hac.py mycodebook.pkl myfile.wav myhac.pkl

** Requirements