Skip to content

Commit

Permalink
gen2: basic audio support (#16)
Browse files Browse the repository at this point in the history
Play a sample on boot.
  • Loading branch information
matslina committed Aug 28, 2024
1 parent aa5f4f7 commit a9fe99f
Show file tree
Hide file tree
Showing 159 changed files with 2,549 additions and 20,734 deletions.
10 changes: 10 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@
[submodule "lib/webp/libwebp"]
path = lib/webp/libwebp
url = https://github.com/webmproject/libwebp.git
[submodule "components/esp-audio-player"]
path = components/esp-audio-player
url = git@github.com:chmorgan/esp-audio-player.git
[submodule "components/esp-libhelix-mp3"]
path = components/esp-libhelix-mp3
url = git@github.com:chmorgan/esp-libhelix-mp3.git
[submodule "lib/HUB75"]
path = lib/HUB75
url = git@github.com:tidbyt/ESP32-HUB75-MatrixPanel-I2S-DMA.git
branch = rohan/esp-idf-5
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
cmake_minimum_required(VERSION 3.16.0)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
list(
APPEND
EXTRA_COMPONENT_DIRS
components
lib/HUB75)
project(firmware)
1 change: 1 addition & 0 deletions components/esp-audio-player
Submodule esp-audio-player added at 916bc8
1 change: 1 addition & 0 deletions components/esp-libhelix-mp3
Submodule esp-libhelix-mp3 added at a6cd3f
10 changes: 8 additions & 2 deletions dependencies.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
dependencies:
chmorgan/esp-libhelix-mp3:
component_hash: cbb76089dc2c5749f7b470e2e70aedc44c9da519e04eb9a67d4c7ec275229e53
source:
service_url: https://api.components.espressif.com/
type: service
version: 1.0.3
idf:
component_hash: null
source:
type: idf
version: 4.4.4
manifest_hash: 81327a7819f5bc7bf271896e30d778a5c5f8f8f754dfbc8e245723b4a37d3107
version: 5.3.0
manifest_hash: 457b0ef96cde12dc161597c3aace929636c8878d5cd57802659397e616b041d1
target: esp32
version: 1.0.0
1 change: 1 addition & 0 deletions lib/HUB75
Submodule HUB75 added at 8f284a

This file was deleted.

25 changes: 0 additions & 25 deletions lib/HUB75/ESP32-HUB75-MatrixPanel-I2S-DMA/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit a9fe99f

Please sign in to comment.