Skip to content

Conversation

@RASPIAUDIOadmin
Copy link

@RASPIAUDIOadmin RASPIAUDIOadmin commented May 24, 2025

This commit introduces support for the MUSE_RADIO audio board, which is based on the ESP32-S3.

Changes include:

  • Added a Kconfig option (CONFIG_AUDIO_BOARD_MUSE_RADIO) to select the MUSE_RADIO board.
  • Updated settings.h to use the new Kconfig option for defining TEST_BOARD_NAME.
  • Added the MUSE_RADIO board configuration to components/codec_board/board_cfg.txt, including I2C, I2S, and ES8388 codec details.
  • Updated sdkconfig.defaults.esp32s3 to make MUSE_RADIO the default board for ESP32-S3 builds.

This allows the openai_demo project to work with the MUSE_RADIO board, utilizing its differential output and dual differential microphones.

Description

Related

Testing


Checklist

Before submitting a Pull Request, please ensure the following:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.
google-labs-jules bot and others added 2 commits May 24, 2025 18:23
This commit introduces support for the MUSE_RADIO audio board, which is based on the ESP32-S3. Changes include: - Added a Kconfig option (CONFIG_AUDIO_BOARD_MUSE_RADIO) to select the MUSE_RADIO board. - Updated `settings.h` to use the new Kconfig option for defining `TEST_BOARD_NAME`. - Added the MUSE_RADIO board configuration to `components/codec_board/board_cfg.txt`, including I2C, I2S, and ES8388 codec details. - Updated `sdkconfig.defaults.esp32s3` to make MUSE_RADIO the default board for ESP32-S3 builds. This allows the openai_demo project to work with the MUSE_RADIO board, utilizing its differential output and dual differential microphones.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant