How can I use setStartSec() ? #1619
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Just send the PCM output to a TimedStream |
Beta Was this translation helpful? Give feedback.
-
I'm sorry, but I'm not an experienced programmer. 'TimedStream(AudioOutput &o, 50, -1); but hat no success. The fault message is: expected primary-expression before '(' token I've also tried: TimedStream timed (source.index(), 50, -1) and the error message is no matching function for call to 'audio_tools::TimedStream::TimedStream(int, int, int)' Perhaps you could add the TimedStream call please in your sd-i2C-example for understanding how the TimedStream will work. Where and how could I add the TimedStream call in that code? You would make me very happy with a little help! /**
#include "AudioTools.h" const char startFilePath="/"; void setup() { // setup output // setup player void loop() { |
Beta Was this translation helpful? Give feedback.
Just send the PCM output to a TimedStream