Rhasspy is an open source, fully offline voice assistant toolkit
rhasspy.readthedocs.io
Rhasspy is an open source, fully offline voice assistant toolkit
1–10 of 56 posts
Re: Rhasspy is an open source, fully offline voice assistant toolkit
#2Re: Rhasspy is an open source, fully offline voice assistant toolkit
#3Does anyone know if this is viable on a pi zero?
Re: Rhasspy is an open source, fully offline voice assistant toolkit
#4Does 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?
Re: Rhasspy is an open source, fully offline voice assistant toolkit
#5This 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?
Re: Rhasspy is an open source, fully offline voice assistant toolkit
#6Re: Rhasspy is an open source, fully offline voice assistant toolkit
#7Re: Rhasspy is an open source, fully offline voice assistant toolkit
#8This 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?
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
#9I 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.