Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Playlist class #310

Draft
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

laszloh2
Copy link

Add the new Playlist class and MediaItem and embed them into the system.

Discussion thread: https://forum.espuino.de/t/vorstellung-playlist-optimierung/1890/50?u=laszloh

laszloh added 5 commits March 23, 2024 13:33
Add the interface of the new playlist class and the MediaItem support classes.
Add a basic implementation of the Playlist interface, which holds a list of MediaItems.
Embed the playlist class into the AudiPlayer and move to use std::unique_ptr to reduce manual memory managment overhead
@laszloh2 laszloh2 marked this pull request as draft March 28, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant