You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: