build: rename native audio library from radio to dsp

This commit is contained in:
2026-04-06 15:16:41 +02:00
parent bc38742eae
commit 12445a3918
3 changed files with 2 additions and 2 deletions
@@ -14,7 +14,7 @@ class NativeAudioProcessor : BaseAudioProcessor() {
companion object {
init {
System.loadLibrary("radio")
System.loadLibrary("dsp")
}
}