I pushed up Rhasspy 2.4.19 yesterday. This is mostly a bugfix release, with the exception of Google STT being added as a feature (warning: this will send your voice to Google ). See the changelog for more info. Apparently Hass.io broke everything by moving to PulseAudio too, so weāre working on that
If you have a lot of spare time on your hands, a pre-pre release of Rhasspy 2.5 is available on Docker:
docker run -d -p 12101:12101 \
--restart unless-stopped \
-v "$HOME/.config/rhasspy/profiles:/profiles" \
--device /dev/snd:/dev/snd \
rhasspy/rhasspy:2.5.0-pre \
--user-profiles /profiles \
--profile en
WARNING: This will break a lot and change every day in the coming week or two! Please let us know your thoughts or about any bugs you find