I’m trying to use my XAIO to play a WAV file on loop. I tried copy + pasting the code [at the bottom of this page for WAV playback](https://learn.adafruit.com/circuitpython-essentials/circuitpython-audio-out), I hooked up a button to the correct pin, and I’m not getting sound. Does anyone have advice on playing audio from this chip?
Hi @dani_rabi, I’m the CircuitPython lead. What error are you getting when you run the example? The XAIO is the smallest of CircuitPython builds so it may be missing modules needed for audio playback.
I’m new at this, so not immediately obvious to me what the error is. I save main.py to the board, wire the circuit together, and no playback. Might just code it in arduino IDE.