Uncategorized
ChatESP32
Objective: Build simple, affordable & robust ChatGPT BOX supporting real-time communication. Requirements: Use standard components only: ESPS3, ICS43434 I2S Microphone, MAX 98357A amplifier Communicate with openAI-Realtime API Listen for a wake-up word (locally- not cloud connection) Allows real communication (voice activity detection allows to interrupt the chat) Follow the standard: ESP-IDF environment ESP-ADF (Audio Framework) ESP-SR (Speech Recognition) Development Environment: CLION + ESP-IDF Plugin Notes: esp-adf can be downloaded together with esp-idf from github: https://github.com/espressif/esp-adf Read more…