#What is the current best hardware for room-level voice assistance?
1 messages Β· Page 1 of 1 (latest)
Like right now - you can take https://github.com/formatBCE/Respeaker-Lite-ESPHome-integration
Tomorrow NabuCasa will present their device Voice PE - if you find it acceptable, you can try buying it (if there will be stock, which was promised).
Also there's pre-order for FutureProofHomes Satellite1, which will be modular and capable. Reportedly, it should be ready somewhere end of the month.
I personally use Respeaker Lite throughout the home.
Does it actually work? The Seeed studio 2mic pi hat powered by the same stuff was absolutely awful...
And by that I mean it basically didn't work past 5 feet away
I don't believe that the Seeed studio 2mic uses the XMOS analog processer like the Respeaker-lite. Its has been my experience that the Respeaker lite with the ESP32-S3 works better than the Wyoming Satellite with the Respeaker 2 mic and Raspberry PI Zero 2W.
Exactly. Respeaker Lite is the first Seeed dev kit with XMOS.
It works.
I'm also using Respeaker Lite (thanks in part to formatBCE) and it's been pretty solid.
Guys, it is December 19th, do we have any new updates on voice kit? if so where will the dev announce it?
Join us as we announce the voice assistant hardware we've been working hard on all year and see what's new since our last Voice chapter!
@sleek cradle that new Koala Satellite of yours looks great too! will have to follow that project as I see lot of potential π
Thanks! I will detalize the instructions on assembling it. It really looks like off-the-shelf product after assembly, and is basically ready to be shipped as-is to those who want just connect it to HA same way it works with Nabu Casa PE device. π
so it sounds like the advice is either Respeaker Lite, Koala Sattelite, or HA Voice Preview?
I will probably end up with all 3 in my home at some point. Very exciting seeing so much progress in this space!
Sounds like it all started improving all at once, last I checked it was basically "Carry an atom echo everywhere for a mid experience, or use something else and either be unable to buy the hardware anymore or get hardware and have a terrible experience"
Koala is made of Respeaker Lite.
Also there's FutureProofHomes Satellite1, another great choice with same XMOS chip.
Yeah everyone was working in parallel with PE guys, and shown their work right after π
To be frank, Respeaker Lite is on market for some time already - but it's still based on PE firmware, so was considered pre-release before PE released. π Same for Koala.
I don't think I've had a chance to look at this suff sincemarch or so
maybe earlier lol
I just know that I tried a bunch of stuff and they were so bad I started reading https://pysdr.org/index.html and https://lwn.net/Kernel/LDD3/ in hopes of maybe improving them, e.g. the 2mic hat was basically doing zero signal processing at all and the driver was buggy
ended up having IRL stuff come up before I could finish reading them tho -_-
Glad to see there's a lot of movement in the space though π
Im tired of my echo too
its dumb and it got a attitude sometimes
like it isnt hard to turn off the light and turn on fan in one command
This is currently possible only with LLM on HA. π
Jetson Orin Nano Super or GGPT-4o-mini will do.
my home assistant green comes in tomorrow so ill set everything up then
For local llm gotta be careful. I haven't really found one that works as well as gpt 4o mini. I tried qwen2.5 14b and simply asked if any lights are on, and it proceeded to turn on every single light in HA π€£
That's why I use local LLM only for common knowledge. All device-specific things are done with default agent. π
Lol yeah, it's nice to use it for chaining command and such, but I've only seen 4o mini do well with that
Or for stuff i don't want to code out that an llm is good at, like creating a weather forecast from weather data or summarizing calendar events/querying data
I could do it, but it's easier to have the llm do it π