Part 3 - Local Voice in Home Assistant OS-whisper
Home Assistant Add-on: Whisper
1.whisper addon for wyoming:
github:https://github.com/home-assistant/addons/tree/master/whisper
you can read from:
https://github.com/home-assistant/addons/blob/master/whisper/config.yaml
version: 2.4.0
slug: whisper
name: Whisper
description: Speech-to-text with Whisper
url: https://github.com/home-assistant/addons/blob/master/whisper
arch:
- amd64
- aarch64
init: false
discovery:
- wyoming
2.Home Assistant add-on that uses wyoming-faster-whisper(https://github.com/rhasspy/wyoming-faster-whisper/) for speech-to-text
wyoming-faster-whisper
The documentation within the repo only says:
Home Assistant add-on that uses faster-whisper(https://github.com/guillaumekln/faster-whisper/) for speech-to-text
In fact,it use wyoming-faster-whisper:https://github.com/rhasspy/wyoming-faster-whisper
pip3 install --no-cache-dir \
"wyoming-faster-whisper @ https://github.com/rhasspy/wyoming-faster-whisper/archive/refs/tags/v${WYOMING_WHISPER_VERSION}.tar.gz" \
sourece:https://github.com/home-assistant/addons/blob/master/whisper/Dockerfile
3.wyoming-faster-whisper that uses faster-whisper(https://github.com/guillaumekln/faster-whisper/) for speech-to-text
The documentation within the repo only says:
Wyoming protocol server(https://github.com/rhasspy/wyoming-faster-whisper) uses (https://github.com/SYSTRAN/faster-whisper)for speech to text system
In fact,https://github.com/guillaumekln/faster-whisper/ same as https://github.com/SYSTRAN/faster-whisper.
source:https://github.com/rhasspy/wyoming-faster-whisper
2.
wyoming-whisper to 2.2.0 (faster-whisper to 1.0.3)
Adding a Sound Card to a Virtual Machine on VMWare Player
Comments
Comments are closed