This repository was archived by the owner on Aug 30, 2020. It is now read-only.

Description
Hello
Rhasspy Hermes doesn't work anymore under Docker. (Audio input using Gstreamer)
The following python3 modules are missing:
In order to install them the following packages needed:
python3.7-dev build-essential
So it's need to be added to docker container
RUN apt-get install -y python3.7-dev build-essential
RUN pip3 install webrtcvad rhasspy-hermes
Also gstreamer was renamed long time ago to gst-launch-1.0
So it's need to be reflected under Documentation:
https://rhasspy.readthedocs.io/en/latest/audio-input/#gstreamer
Thanks