mirror of
https://github.com/Michatec/Radio.git
synced 2026-05-31 00:42:40 +02:00
build: rename native audio library from radio to dsp
This commit is contained in:
@@ -27,7 +27,7 @@ project("radio")
|
||||
# used in the AndroidManifest.xml file.
|
||||
add_library(${CMAKE_PROJECT_NAME} SHARED
|
||||
# List C/C++ source files with relative paths to this CMakeLists.txt.
|
||||
radio.cpp)
|
||||
dsp.cpp)
|
||||
|
||||
# Specifies libraries CMake should link to your target library. You
|
||||
# can link libraries from various origins, such as libraries defined in this
|
||||
|
||||
@@ -14,7 +14,7 @@ class NativeAudioProcessor : BaseAudioProcessor() {
|
||||
|
||||
companion object {
|
||||
init {
|
||||
System.loadLibrary("radio")
|
||||
System.loadLibrary("dsp")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user