niusounds / libReaStream

Android library which can interact with ReaStream.
Other
14 stars 2 forks source link

AUv3 plugin #76

Open AlexanderPavlenko opened 2 years ago

AlexanderPavlenko commented 2 years ago

Thanks for this lib! I wonder if there's a similar solution as an AUv3 plugin for Apple devices? Or maybe this one can be compiled via KMM or something?

I tried a hardware "solution", but it's a mess :)

niusounds commented 2 years ago

It is interesting but I don't know well how about to create AUv3 plugin for Apple devices... 😕

niusounds commented 2 years ago

Current implementation of encoding / decoding ReaStream packets are relies on JVM ByteBuffer. It is difficult to migrate libReaStream to KMM project. I have tried some times but couldn't... 😢

Is there any ByteBuffer alternatives for Kotlin Multiplatform?