el-tocino
el-tocino
Two things... - why so many different ways? - if they're installed in your system already, then you can look up how to do a virtual env using the system...
mycroft isn't built to be run by more than one person on a system, so you're going to run into problems (as you've noticed) and since this is sort of...
There's a move to plugin format for the voice services, and this should be one of the supported types soon.
There's always going to be issues. That's the nature of complex systems. Donating money helps fix those issues, it does not preclude their occurrence.
Try using python3.
Generally, it's not worth it depending on the hardware you run on (pi3 for sure is too light), and you should depend on the STT system to do its job....
Are you running on a shared file system?
It doesn't like some location or file it's trying to access. Google that error message and see if any of the suggestions help?
pydub can handle the raw audio, then do something like..? ``` sound = sound.high_pass_filter(int(freq)) sound = sound.low_pass_filter(int(freq)) ```
See here: https://github.com/sparky-vision/mycroft-precise-tips/blob/main/README.md