ArduinoSound

Other

[EXPERIMENTAL] A simple way to play and analyze audio data using Arduino.
Currently only supports SAMD21 boards and I2S audio devices.

Go to repository

Compatibility

This library is compatible with the samd architecture so you should be able to use it on the following Arduino boards:

Compatibility Note

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.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.

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>

AmplitudeAnalyzer Class

AudioInI2S class

AudioOutI2S Class

FFTAnalyzer class

SDWave class