voicesauce / opensauce-python

Voice analysis software (Python port of VoiceSauce)
Apache License 2.0
53 stars 16 forks source link

Lots of obsolete code #14

Closed terriyu closed 7 years ago

terriyu commented 7 years ago

Since the command line interface was re-written, there are lots of obsolete files / code which aren't used anymore. In the opensauce directory, these include: measure.py, process.py, snack_ks.py, test_f0.f0, run.sh and most of the code in helpers.py .

terriyu commented 7 years ago

This code might be useful for Windows, especially snack_ks.py.

terriyu commented 7 years ago

Reused most of the code in snack_ks.py and moved it to the snack_tcl() function in snack.py.

Moved all obsolete code to legacy directory or marked the filenames with _legacy. See commits: https://github.com/voicesauce/opensauce-python/commit/3f75731bc85bf62707dd5c2efd4a22d6b9d20f44, https://github.com/voicesauce/opensauce-python/commit/cc7e9e001c8e506b031e0ea913b735a79a1da6fd, and https://github.com/voicesauce/opensauce-python/commit/a09332ed542ce0cd63b7edc63ccdd6714c1d3c1d.

terriyu commented 7 years ago

Moved remaining obsolete files from opensauce directory to legacy directory. See commit: https://github.com/voicesauce/opensauce-python/commit/d4c2cf83d9bf7985c5f083f08db5cad8b7e3cbe8