mirror of
https://github.com/Michatec/Radio.git
synced 2026-05-31 10:32:40 +02:00
build: rename native audio library from radio to dsp
This commit is contained in:
@@ -14,7 +14,7 @@ class NativeAudioProcessor : BaseAudioProcessor() {
|
||||
|
||||
companion object {
|
||||
init {
|
||||
System.loadLibrary("radio")
|
||||
System.loadLibrary("dsp")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user