Esp32 rechargeable MP3 player with screen #294
luke2023
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Create a subclass of AudioStreamX with a AudioStream (which takes the final output) as parameter and the number of seconds to be ignored in the constructor. Then you can just add this new class into your output chain. This approach works also with encoded (e.g mp3) data. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am making a esp32 audio player and with sd card that can store picture and play music through Bluetooth,it’s like a iPod ,but open source,I am now able to play certain music ,stop, restart,but I wanna start from a specific point like 1:32,any suggestions?(based on player-sd-a2dp example)
Beta Was this translation helpful? Give feedback.
All reactions