Live data from Hacker News

Rhasspy is an open source, fully offline voice assistant toolkit

rhasspy.readthedocs.io

1–10 of 56 posts

Re: Rhasspy is an open source, fully offline voice assistant toolkit

#5
post #4

This is really cool! Does anyone know if there's a way to hack an Echo Dot and use it as the speaker/mic for Rhasspy? Rolling out our own hardware that is as effective as a Dot would probably be very difficult?

I was looking up this today without much luck, I’d actually like to try to use either the echo dot or google home for generic videoconferencing (zoom)

Re: Rhasspy is an open source, fully offline voice assistant toolkit

#6
I recently came across Rhasspy, and while I haven't had time to play with it, I'm super excited. Often I like the sound of certain projects but want to plug in my own parts. Rhasspy appears to glue all the parts of a modern voice assistant together, but let you swap out any of the parts.

Re: Rhasspy is an open source, fully offline voice assistant toolkit

#8
post #4

This is really cool! Does anyone know if there's a way to hack an Echo Dot and use it as the speaker/mic for Rhasspy? Rolling out our own hardware that is as effective as a Dot would probably be very difficult?

Short answer: Nope.

Long Answer: Not even kinda close to a way to do this, that hardware is locked down good. If you can brute force the key that locks the adb/fastboot then you have a chance.

Some of the echo's run android, so you'd need to make Rasspy run on android for those versions of the echo. Alternatively, you'd have to find the versions of the echo that runs a proper linux flavor, you might have a chance there.

If you really start messing with the operating system or system software, you have to make sure that you can access the mics in software. (some of) their mic array and ADC array feature FPGAs that handle audio manipulation, so you'd need drivers/whatever to interface with those.

Re: Rhasspy is an open source, fully offline voice assistant toolkit

#9
I too am super interested in an offline-only voice assistant but really don't want to bother with setting up a mic connected to a pi. Even tough it's not super hard, it'll never be as good as the commercially available options.

I think this project would really benefit from taking one of the excellent existing voice assistant/speakers on the market (Google home, echo dots, etc., and flashing them with some custom firmware.

Post reply on HN