Set filepath in player.begin() #801
-
A bit silly of me, but I thought it intuitive to set the path before player.begin(). Trying different ways:
Which obviously had no effect before player.begin() because that does a setIndex(0) by default. Thanks for the continuous effort to create and update this awesome library! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I thought most of the examples show how to use this: e.g. https://github.com/pschatzmann/arduino-audio-tools/blob/main/examples/examples-audiokit/player-sd-audiokit/player-sd-audiokit.ino Now I realize, that this is true for the AudioKit examples only... |
Beta Was this translation helpful? Give feedback.
I thought most of the examples show how to use this: e.g. https://github.com/pschatzmann/arduino-audio-tools/blob/main/examples/examples-audiokit/player-sd-audiokit/player-sd-audiokit.ino
Now I realize, that this is true for the AudioKit examples only...