player-spiffs-i2s #589
-
Hi Phil. Thanks for the library. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Did you try to call the next() or previous() ? previous(1) will move one file back and I would expect that previous(0) would move to the beginning of the current file. You could also use the regular Arduino file operations (seek) to seek to any new file position (including the beginning) . |
Beta Was this translation helpful? Give feedback.
-
You should also learn about debouncing input ! |
Beta Was this translation helpful? Give feedback.
-
Did the player.previous(0) not work ? |
Beta Was this translation helpful? Give feedback.
Did you try to call the next() or previous() ? previous(1) will move one file back and I would expect that previous(0) would move to the beginning of the current file.
You could also use the regular Arduino file operations (seek) to seek to any new file position (including the beginning) .