AKWF-FREE icon indicating copy to clipboard operation
AKWF-FREE copied to clipboard

I have converted the AKWF kit to use it in the Teensy Audio Library

Open shaitanbaali opened this issue 1 year ago • 2 comments

Hi

i have made the conversion of your waveforms kit (thanks a lot for your work!) to the format used by the teensy audio library for programmable MCUs Teensy 3.X and 4.X. They are microprocessors that can be used to create digital instruments in hardware with 16 bit, 44.1 kHz quality.

this is the library for teensy https://github.com/PaulStoffregen/Audio

and here is my repository, with the same structure as yours, with a C++ .h waveform library with the same name as the original wav file, the Mathematica notebook used for the batch conversion and an example on how to use the files on the audio library.

https://github.com/shaitanbaali/TeensyAudioWaveformCollection

hope that them could be added to your main repository.

again, thanks for your collection and work.

Marcelo

shaitanbaali avatar Apr 30 '23 17:04 shaitanbaali