Bandlimited waveforms for Teensy Audio library :)

Status
Not open for further replies.

Frassil

Member
Hello!

I'm working on a python script that generates header files that can be used
with the AudioSynthWaveformModulated / AudioSynthWaveform objects in the Teensy audio library.

The header files contains a 2-d array to be used with the begin(WAVEFORM_ARBITRARY) to achieve
bandlimited waveforms with cleaner sound.

You can also just download the header files and try out the example code in my Github repository.

https://github.com/SMattsson/bandlimited-waveforms

If you try it out, please leave a comment on what you think :)
 
I have tried your sample waves in my teensy synth that I'm building. They're working great! Thanks very much for the work on those. They're much better than the aliasing stock saw and square waves.
 
Status
Not open for further replies.
Back
Top