old example not working to get raw i2s data into buffer array #731
Replies: 4 comments 1 reply
-
This examples does not exist any more since a long time. |
Beta Was this translation helpful? Give feedback.
-
how to get the raw data into buffer using new API ? |
Beta Was this translation helpful? Give feedback.
-
Like in any other Arduino Stream with readBytes(). Just look at the class documentation of the I2SStream! In the Readme you can find links to the most important classes. |
Beta Was this translation helpful? Give feedback.
-
But you did not specify the buffer to copy the data to. Please learn how to use Arduino streams by reading how to read data e.g.
|
Beta Was this translation helpful? Give feedback.
-
https://github.com/pschatzmann/arduino-audio-tools/blob/c7aa6f915f6596fc36b86e231913c825c698b636/examples/i2s-serial/i2s-serial.ino
I wanted to get raw data into buffer and in the process i test this but its not working .
Beta Was this translation helpful? Give feedback.
All reactions