Hello,
I'm developing a DSP plugin and at this point I have some doubts:
1) How should I deal with audio chunks with a sample count of zero? Discard them or just pass them through?
2) How can I neatly discard an audio chunk? Maybe setting the sample count to zero?
3) What really happens if I return false in on_chunk?
4) Is the main architecture of foobar explained anywhere? Is it push or pull flow-control based? From the DSP point of view looks like push, but...
Thanks
