Login
1 branch 0 tags
Ben (Desktop/Arch) Improved music screen 221127a 1 month ago 32 Commits
moon / firmware / README.md

Moon / Onirigiri firmware

ESP32 based hardware digital audio player with a focus on Podcasts/Audiobooks over Music. Can also be compiled with SDL2 for testing purposes.

Bugs

  • Audiobooks are resumed but then stuck on pause
  • Opus playback doesn't work, just stuck at 0
  • LSP seems broken, can't find lvgl.h and other system header files

ToDo

  • Player needs a prev/next button, can remove the stop button (prev works as a sort of stop button, if we're less than 10 seconds in we go to the previous track, if we're more than 10 seconds in then we just go to the start of the track, for audiobooks this should skip chapters/files, basically directory based audiobooks should be treated as 1 file = 1 chapter)
  • Implement basic settings screen, should have a similar menu structure, should have a back button as well as a reset bookmarks button.