Open KDMcMullan opened 7 years ago
I'm also facing the same issue, any workaround found?
Responding to say I have the same issue, after finally fixing the libboost-regex.1.49.0 error.
As a noob I tried to edit voice-recog.sh and change flac to wav everywhere I could find it, but to no avail sadly.
The same issue: voicecommand: symbol lookup error: voicecommand: undefined symbol: _ZN5boost9re_detail12perl_matcherIPKcSaINS_9sub_matchIS3_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE14construct_initERKNS_11basic_regexIcSA_EENS_15regex_constants12_match_flagsE
The same issue: news from anybody?
same.
This project seems to be dead. No commits since 2016.
Open speech-recog.sg and on line 35 remove the option --sample-rate 16000 from the option for the command flac. And open voicecommand.cpp and remove --sample-rate 16000 from line 93.
Thank you!! That helped!
Attempts to execute
voicecommand -c
yield up the below:I wondered if _ZN5boost9re might be something to do with a missing package. Sure enough,
sudo apt-get install -y libcurl4-gnutls-dev
yields up the error:Am I barking up the wrong tree? Why does /dev/shm/out.flac seem not to be created?
Thanks.