voicesauce / opensauce-python

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

Emulate the matlab wavread function. #10

Closed bitdancer closed 8 years ago

bitdancer commented 8 years ago

The algorithms expect matlab format, so convert the wav data to it. I wrote this as an emulation of the 'wavread' calling API, since that will make it easier to compare the matlab and python code. Eventually the two will diverge, at which point it may become desirable to refactor this.