Signal Input/Output
Audio
Arduino <info@arduino.cc>
Allows playing audio files from an SD card. For Arduino Due only.
With this library you can use the Arduino Due's DAC outputs to play audio files.
The audio files must be in the raw .wav format.
Go to repositoryThe audio files must be in the raw .wav format.
Compatible with Arduino Due only
The Audio library enables an Arduino Due board to play back .wav files from a storage device like an SD card.
The Due uses the DAC0 and DAC1 pins to play sounds.
To use this library:
1#include <Audio.h>
The Audio library and associated functions are experimental. While it is not likely the API will change in future releases, it is still under development.