A fully-featured async library for DFPlayer modules #16460
Muhlex
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There were a lot of DFPlayer libraries floating around GitHub, but none of them used features such as listening to the DFPlayer's responses. This library e. g. lets you await player initialization, the successful playback of tracks (and when they finish) and doesn't block code excution when querying info such as volume. It was a year back when I built this and I tested it quite a bit with the official DFPlayer and it's clones.
https://github.com/Muhlex/dfplayer-mp
It should support all features the DFPlayer offers, as seen in the API docs: https://muhlex.github.io/dfplayer-mp/
Beta Was this translation helpful? Give feedback.
All reactions