KristofferKarlAxelEkstrand / AKWF-FREE

Adventure Kid Wave Forms are a collection of sampled one cycle waveforms for use in synthesizers or similar sound generators.

Home Page:https://www.adventurekid.se/akrt/waveforms/adventure-kid-waveforms/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Script to convert WAV files to C/C++ headers

prosper00 opened this issue · comments

Just in case you wanted to use these wavetables in your own synthesizer projects, I wrote a dirty little script to resample these WAVs to 256 samples, and convert them to a C/C++ header file (effectively the same thing as [shaitanbaali] did)

https://gist.github.com/prosper00/49a4f19622b815f65e065e2ea803736f

If you're open to a PR, I can submit the .h files I generated