atsushieno / aap-juce

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

aap-juce-simple-host and aap-juce-plugin-host-cmake: audio quality is awkward #46

Open atsushieno opened 7 months ago

atsushieno commented 7 months ago

It feels like there is some blank sampling bytes within the audio processing block.

When we had that kind of issue last time, it was due to missing channel (like, only L was processed while something expected both L and R).

atsushieno commented 7 months ago

^ was not about aap-juce. It was about MidiDeviceService. When it was problematic at JUCE, it was about the ignored "numSamples" in each audio processing.

atsushieno commented 7 months ago

It is also reproducible on audio-plugin-host-cmake.