I have been coding some basic programs to help a friend build props for an escape room. What I am building now is a countdown that needs to incluse a voice sound that is trigerred at given points in time (for instance, reads 001.mp3 if minutes = 5). I bought an mp3 module (YX5300) but all i have been finding are very long codes to build an MP3 player with complex functions all of which are also associated with pressing buttons rather than playing sound automatically when a condition is met. Is there a simpler way to just include the library of the MP3 player and have very basic commands such as "play file"?
Replace the button testing code with your condition test and you are ready to test.
wouldn't this library work for you?
or that one?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.