hello,
I landed here trying to build an open ai voice assistant for interactive storytelling for my daughter (there doesn't seem to be one ready to go...).
While home automation is interesting, it's not my main focus right now, but the home assistant voice PE seems to be a really nice box with the right hardware compared to many of the other options out there and saving me some work from a full build-up.
Can somebody help me understand how hackable it is to be turned into a standalone openai voicebot vs that just being a feature among many others?
Espressif has a nice port of the openai embedded sdk and provisions for webrtc connections, which would be ideal to leverage gpt-realtime models https://github.com/espressif/esp-webrtc-solution/tree/main/solutions/openai_demo . This is also what's used on the M5Stack AtomS3R Ai chatbot https://shop.m5stack.com/blogs/news/diy-a-chatgpt-voice-assistant-using-esp32-based-hardware-atoms3r-and-echo-base
However I assume I can't just flash that to the voice assistant, which seems to be based on esphome project (it's not clear to me how esphome related to home-assistant.io and how home assistant relates to VPE btw)
Can anybody help me understand if I can reuse this hardware or not and what would that entail?
otherwise something like this seems more aligned to the project, https://www.seeedstudio.com/ReSpeaker-Lite-Voice-Assistant-Kit-Full-Kit-of-2-Mic-Array-pre-soldered-XIAO-ESP32S3-Mono-Enclosed-Speaker-and-Enclosure.html , but the XMOS choice in the voice assistant seems superior audio wise, plus it has a jack ready to go for some speakers I have and more options for interactivity.
thank you,
A tutorial about how to build your own ChatGPT voice assistant using OpenAI API and ESP32-based hardware (M5Stack AtomS3R and Atomic Echo Base).
It is a smart voice assistant development kit that integrates high-performance voice processing and audio playback capabilities. The kit includes a ReSpeaker Lite (the 2-Mic Array or the 2-Mic Array with XIAO ESP32S3 soldered on), a Mono Enclosed Speaker, and an assembleable laser-cut acrylic enclosure, specifically designed for build your smart...