atsushieno / aap-juce

AAP (Audio Plugins For Android) JUCE integration.
GNU General Public License v3.0
15 stars 1 forks source link

JUCE plugin ports result in audio glitches and not giving great output #5

Closed atsushieno closed 4 years ago

atsushieno commented 4 years ago

(copied from https://github.com/atsushieno/android-audio-plugin-framework/issues/38)

There is most likely some intensive operation that prevents realtime processing. Needs some investigation.

One possible improvement is that other plugin API wrappers are based on AudioPlayHead (e.g. VST3Wrapper and LV2Wrapper) while our current implementation is quite simple and minimum.

atsushieno commented 4 years ago

With these results below, I would close this issue: