Audiotools / pure data #1432
-
Hello, I wanted to know if there was a way to open a wav, with Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
I never tried something like this, but I don't see any reason why this should not work... |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I guess it has something to do with the fact that I don't send anything to the pureDataStream... |
Beta Was this translation helpful? Give feedback.
-
I did try again, with one FileLoop: #include <SPI.h> Heavy_audioKitTest pd_test(44100); const int chipSelect=PIN_AUDIO_KIT_SD_CARD_CS; FileLoop loopingFile; StreamCopy copier(decoder, loopingFile); void setup(){ SD.begin(chipSelect); void loop(){ I must be wrong, I have no clue how to copy the decoded stream to pd, here I get [E] StreamCopy.h : 349 - write to target has failed after 22 retries! (1024 bytes) |
Beta Was this translation helpful? Give feedback.
-
This looks right to me. Did you test if the the input chain is working ? |
Beta Was this translation helpful? Give feedback.
-
I just added a ADC test sketch and it is working w/o any problems... |
Beta Was this translation helpful? Give feedback.
Oh, pd.begin() is missing!