I have tried to enter the python virtual environment to add a module, but it seems a bit weird to me.
I am trying to add the snowboy modules to the aarch64 and have not succeeded. I did succeed by:
- doing the deb install,
- moving the rhasspy-wake-snowboy to rhasspy-wake-snowboy.bak.
- git clone of rhasspy-wake-snowboy,
- modified the create-venv.sh to comment out the snowboy references and added “pip3 install git+https://github.com/fossasia/snowboy.git@feature/standard-Python-build”
- move the git cloned rhasspy-wake-snowboy to replace the moved location.
Snowboy now works, but it has its own venv and I wonder if there is a modicum of speed/effency that could be had by just including that snowboy module to the base rhasspy install.