Hi there,
I’m trying to make a vst based on the “Build an audio player” tutorial .exe I have manged to get my plugin to playback audio with no problems with a sampler rate of 44.1KHz and a buffer size of 1024 samples. Problems arise when I try and lower the buffer size. Has anyone had issues with this?
I have tried everything I can think of to solve it.I don’t think the issue is buffer underrun as I’ve timed the process block and it was only taking 20 microseconds at 44.1 KHz for 128 samples.
Any thoughts on this would be greatly appreciated, thanks!