prosodylab / Prosodylab-Aligner

Python interface for forced audio alignment using HTK and SoX
http://prosodylab.org/tools/aligner/
MIT License
331 stars 77 forks source link

modulization #31

Closed kylebgorman closed 9 years ago

kylebgorman commented 9 years ago

align.py should become aligner/__main__.py or similar, so that it can be invoked like so:

python -m aligner

This would hopefully make it easier to distribute (etc.)