Usage
Arduino Sound Library
This library provides simple way to play and analyze audio data using Arduino on SAMD21 based boards using the I2S bus.
To use this library:
#include <ArduinoSound.h>
Other
[EXPERIMENTAL] A simple way to play and analyze audio data using Arduino.
Currently only supports SAMD21 boards and I2S audio devices.
This library is compatible with the samd architecture so you should be able to use it on the following Arduino boards:
Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.
This library provides simple way to play and analyze audio data using Arduino on SAMD21 based boards using the I2S bus.
To use this library:
#include <ArduinoSound.h>