voicesauce / opensauce-python

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

Initial version of the CLI. #12

Closed bitdancer closed 8 years ago

bitdancer commented 8 years ago

I've updated the README to explain how to use this. Currently only the snackF0, shrF0, and SHR measurements are supported, and it has only been tested on linux. It should work on mac as well, and shrF0 and shr should work on windows (though as I said I haven't tested it). snackF0 probably won't work on windows yet.

The output options are limited to all files going into one output file, and either respecting or ignoring the TextGrid data if present. None of the other voicesauce output modes are currently supported.