Signal Input/Output
AudioZero
Arduino <info@arduino.cc>
Allows playing audio files from an SD card. For Arduino Zero, MKRZero and MKR1000 only.
With this library you can use the Arduino Zero or MKR1000 DAC output (A0) 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.
The Audio library enables an Arduino an Arduino based on SAMD architectures (all MKR boards, Nano 33 IoT and more) to play back .wav files from a storage device like an SD card.
The Zero and the MKR1000 use the DAC0 pin to play sounds.
To use this library
1#include <AudioZero.h>
Examples
begin()
play()
end()