Integrasi esp32-s3 ke API TTS google

apakaha disini ada yg punya proyek penerapan gemini ai tts dengan menggunakan esp32-s3?

1 Like

Hi @Zainuel_Flash Yes it is possible but usually ESP32-S3 should not call Google TTS or Gemini directly because of TLS OAuth and memory limits The better approach is ESP32 sends text to your backend your backend calls Google TTS or Gemini gets audio and returns MP3 or WAV to ESP32 then ESP32 plays it via I2S If you really want direct calls you must use WiFiClientSecure handle HTTPS send REST request parse base64 audio and decode before playback