We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84959b commit 890d9e1Copy full SHA for 890d9e1
1 file changed
app/src/main/java/me/timschneeberger/rootlessjamesdsp/interop/JamesDspRemoteEngine.kt
@@ -300,6 +300,9 @@ class JamesDspRemoteEngine(
300
private val EFFECT_JAMESDSP = UUID.fromString("f27317f4-c984-4de6-9a90-545759495bf2")
301
302
fun isPluginInstalled(): PluginState {
303
+ return PluginState.Available
304
+
305
+ // TODO This method doesn't seem to work with new AIDL jamesdsp lib patch; investigate using emulator
306
return try {
307
AudioEffect
308
.queryEffects()
@@ -321,4 +324,4 @@ class JamesDspRemoteEngine(
321
324
}
322
325
323
326
-}
327
+}
0 commit comments