AudioSynthWavetable: Too much sustain?

Status
Not open for further replies.
I'm having some trouble with a new project using a wavetable synth.

When the note is released (via `wavetable1.stop()`) I'm getting a long sustain afterward, that I don't hear with other soundfont tools for the same samples.

It seems like I could manually edit the decoded samples, and drop the release and decay counts down by like 75%, but I'm wondering if there's some global timing/sample rate issue at work that I could fix instead.

I'm using a teensy 4.1, teensyduino 1.55, and the updated soundfont decoder (https://github.com/PaulStoffregen/SoundfontDecoder).

My audio system design tools setup is very simple, with just a wavetable connected to i2s1,
 
Status
Not open for further replies.
Back
Top