Using cc7 & cc11 - glitchy playback
Hi I am using example3.c to test TSF's ability to handle cc7 & cc11 controllers. Both work but I get a glitchy playback, as if there is an audio buffer size problem. If it is a buffer size issue, where can I look to try different sizes?
Many thanks Mark
Maybe see SampleBlock and TSF_RENDER_EFFECTSAMPLEBLOCK.
Getting the same weird glitchy playback while on WebAudio, using stereo it's very glitchy. On MONO it's perfectly fine.
Code: https://pastes.dev/XtqMt32lzQ
To build: emcc -std=c++11 -lembind -s ALLOW_MEMORY_GROWTH -s EXPORTED_FUNCTIONS="['_malloc', '_free']" -s AUDIO_WORKLET=1 -s WASM_WORKERS=1 --emit-tsd audioengine.ts.d -o build/audioengine.js audioengine.cpp
To use: https://pastes.dev/HxlE9hAD9Y