Skip to content

Add stt-fallback#17

Open
danielrheinbay wants to merge 3 commits into
rhasspy:masterfrom
danielrheinbay:stt-fallback
Open

Add stt-fallback#17
danielrheinbay wants to merge 3 commits into
rhasspy:masterfrom
danielrheinbay:stt-fallback

Conversation

@danielrheinbay
Copy link
Copy Markdown

Add a stand-alone docker image for stt-fallback. This allows you to profit from the execution speed of speech-to-phrase while keeping the flexibility of an open text-to-speech system, such as whisper or a cloud service.

Use it with a docker-compose.yaml like this

name: wyoming-stt-fallback
services:
    wyoming-stt-fallback:
        container_name: stt-fallback
        ports:
            - 10500:10300
        volumes:
            - /etc/timezone:/etc/timezone:ro
            - /etc/localtime:/etc/localtime:ro
        image: rhasspy/wyoming-stt-fallback
        command: --hass-http-uri 'http://host.docker.internal:8123/api' --hass-token '<your_token_here>' stt.speech_to_phrase stt.faster_whisper
        extra_hosts:
        - "host.docker.internal:host-gateway"
        restart: unless-stopped

Add a stand-alone docker image for stt-fallback.
Add stt-fallback to README.md
Remove unnecessary packages.
@danielrheinbay
Copy link
Copy Markdown
Author

@synesthesiam , as this PR closes OHF-Voice/speech-to-phrase#67, would you mind merging? Anything else needed? Thank you :)

@poulpor
Copy link
Copy Markdown

poulpor commented Nov 26, 2025

Hi @danielrheinbay , the image rhasspy/wyoming-stt-fallback is not available anymore, would you know why or if it was renamed to something else?

@danielrheinbay
Copy link
Copy Markdown
Author

danielrheinbay commented Nov 28, 2025

Hi @danielrheinbay , the image rhasspy/wyoming-stt-fallback is not available anymore, would you know why or if it was renamed to something else?

Since this PR has not yet been merged by @synesthesiam , the Docker image has not been built.

Feel free to build it yourself locally, e.g.

git clone https://github.com/danielrheinbay/wyoming-addons/
cd stt-fallback/stt-fallback
make local

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants