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

GStreamer as an input issues (missing python modules, wrong binary) (docker) #246

@liveder

Description

@liveder

Hello

Rhasspy Hermes doesn't work anymore under Docker. (Audio input using Gstreamer)

The following python3 modules are missing:

  • webrtcvad
  • rhasspy-hermes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions