spoken-command-recognition
spoken-command-recognition copied to clipboard
sox problem
Dear @JohannesBuchner I've gotten result of command detection and it has been amazing. but I have a little problem with trainactivitydetect_prepare.py and faced following error: "sox FAIL formats: sox FAIL formats: can't determine type of file 'db.verbs/verb name/verb number'" I've surfed on the net and found that sox doesn't seem handle the opus file correctly. and my question is how did you cope with that problem?
I installed sox with opus support enabled.
Did you install opus packages? (opus, opus-tools, opusfile)
Yes I did. my operating system is Ubuntu 16.0.4 and I've installed them as following: apt-get install libopus0 libopusfile0 opus-tools Is my installation way correct?