You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After managing to use SSG via Next.js, and then Capacitor to push the app to Android (which renders through an Android Webview (1)), am wondering how audio / DSP might be handled at this stage.
If anyone has some knowledge about how the Android audio API, Oboe, might be used at this stage it would be greatfully received.
Other than that, there's probably a minimum Android version with which RNBO would be reasonably compatible. Seeing as Capacitor utilizes a WebView (based on the Chromium open source project (2)), we are essentially talking about what Android / WebView version will be capable of running RNBO.
Please comment if there are any opinions, views, or advice on either of the above.
After managing to use SSG via Next.js, and then Capacitor to push the app to Android (which renders through an Android Webview (1)), am wondering how audio / DSP might be handled at this stage.
If anyone has some knowledge about how the Android audio API, Oboe, might be used at this stage it would be greatfully received.
Other than that, there's probably a minimum Android version with which RNBO would be reasonably compatible. Seeing as Capacitor utilizes a WebView (based on the Chromium open source project (2)), we are essentially talking about what Android / WebView version will be capable of running RNBO.
Please comment if there are any opinions, views, or advice on either of the above.
https://capacitorjs.com/docs/v3/android
https://developer.chrome.com/docs/multidevice/webview/
The text was updated successfully, but these errors were encountered: