adafruit / Adafruit_CircuitPython_CircuitPlayground

CircuitPython library for Circuit Playground Express
MIT License
91 stars 71 forks source link

Issue with Play File code bundles on "CircuitPython Made Easy" - MP3s instead of WAV files #123

Open mjvo opened 1 year ago

mjvo commented 1 year ago

The "first and second "Download Project Bundles" linked to the code snippets on the Play File page of the CircuitPython Made Easy on Circuit Playground Express and Bluefruit tutorial contains .mp3 instead of .wav files.

The code.py file, on the other hand, references .wav files.

Can the .wav files be included in the project bundles as well, since the .mp3 files won't play even when referenced properly in the code?