feat(audio): Use esp_audio_codec and esp_audio_effects to replace 78opus (#1632)

This commit is contained in:
majingjing123
2026-01-07 18:45:34 +08:00
committed by GitHub
parent be88719932
commit 906d819454
7 changed files with 316 additions and 106 deletions

View File

@@ -278,7 +278,7 @@ if __name__ == "__main__":
# Compile mode
board_type_input: str = args.board
name_filter: str | None = args.name
name_filter: Optional[str] = args.name
# Check board_type in CMakeLists
if board_type_input != "all" and not _board_type_exists(board_type_input):