atsushieno / aap-core

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

improve androidaudioplugin-samples-host-engine and androidaudioplugin-ui-compose #153

Closed atsushieno closed 1 year ago

atsushieno commented 1 year ago

There have been couple of attempts to improve the plugin's MainActivity i.e. androidaudioplugin-ui-compose. Its feature set is limited to what androidaudioplugin-samples-host-engine provides.

Technically, it is just an example use case, but since it is being widely used, I would rather like to have something better.

Namely:

atsushieno commented 1 year ago

There has been plugin-manager-ui-vnext branch which should become the new main (to be merged). Not really working with audio I/O yet though.

atsushieno commented 1 year ago

the plugin-manager-ui-vnext branch almost caught up with what samples-host-engine provides now:

atsushieno commented 1 year ago

It seems the weird audio output problem ^ is exactly the same as #92.

atsushieno commented 1 year ago

The last remaining issue is fixed and plugin-manager-ui-vnext is now merged into main.

I would close this issue once we finished the replacement work.