feat(android): initialise Oboe runtime context
This commit is contained in:
@@ -28,7 +28,7 @@ tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
|
||||
|
||||
# Android: route `tracing` output to logcat so a user can see protocol
|
||||
# and audio diagnostics via `adb logcat -s chanora`. Also brings in the
|
||||
# JNI bindings we need to initialise `ndk_context` for cpal-on-Oboe.
|
||||
# JNI bindings we need to initialise `ndk_context` for the Android Oboe backend.
|
||||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
tracing-android = "0.2"
|
||||
log = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user