electro-smith / libDaisy

Hardware Library for the Daisy Audio Platform
https://www.electro-smith.com/daisy
MIT License
312 stars 131 forks source link

Wav Copying Example #505

Closed CorvusPrudens closed 2 years ago

CorvusPrudens commented 2 years ago

This PR adds a project in examples for copying WAV files as wave tables to QSPI flash.

There are two options for how we want to handle it. The first, in examples/CopyingWavs, is a more thorough approach with options for logging, simple playback, and multi-file download.

The second, in examples/CopyingWavsSimple, is a very bare-bones approach using the minimum required code.

Either one can be removed in favor of the other for the final merge.