louiskirsch / speechT

An opensource speech-to-text software written in tensorflow
Apache License 2.0
158 stars 36 forks source link

sample rate problem #12

Closed arpit601 closed 7 years ago

arpit601 commented 7 years ago

In code the librsa.load by default takes sample rate as 22050 hz rather 16khz ? I think you need to add 16000 in the sample rate ..

louiskirsch commented 7 years ago

Damn, indeed, weird that it doesn't use the default samplerate found in the file. It's fixed.

arpit601 commented 7 years ago

Yup. Its fixed now. You can close this issue.