atsushieno / aap-core

an Audio Plugin Format/Framework for Android
MIT License
92 stars 3 forks source link

There should be some audio app that does not require user tweaks to get right output (or fix JUCE AudioPluginHost) #36

Closed atsushieno closed 1 year ago

atsushieno commented 4 years ago

JuceAAPAudioPluginHost is often? always? horrible with low quality behaviors. It crashes very often only by changing audio settings. The app should consult plugins so that which sampleRate is appropriate (currently it blindly applies the device default sample rate). Each AAP should provide which audio device profile it can support through some property.

But in the end, JuceAAPAudioPluginHost (which is almost unmodified JUCE AudioPluginHost) is too low quality as a showcase. It is most likely problem in JUCE itself, but we need something more appropriate anyways.

atsushieno commented 4 years ago

The list below is to describe how people can try out JuceAAPAudioPluginHost needs on Pixel2 (likely on any Pixel devices), step by step:

atsushieno commented 4 years ago

Also:

atsushieno commented 1 year ago

An alternative hosting application is under development as aap-juce-simple-host.

atsushieno commented 1 year ago

This issue can be closed as aap-juce-simple-host works as an alternative to aap-juce-plugin-host.