spoken-command-recognition icon indicating copy to clipboard operation
spoken-command-recognition copied to clipboard

sox problem

Open EhsanVahab opened this issue 6 years ago • 3 comments

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?

EhsanVahab avatar Jan 16 '19 09:01 EhsanVahab

I installed sox with opus support enabled.

JohannesBuchner avatar Jan 16 '19 18:01 JohannesBuchner

Did you install opus packages? (opus, opus-tools, opusfile)

JohannesBuchner avatar Jan 16 '19 18:01 JohannesBuchner

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?

EhsanVahab avatar Jan 19 '19 08:01 EhsanVahab