Skip to content

kevinvane/libSpeexDSP

Repository files navigation

SpeexDSP Native Library

导入

Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
        implementation 'com.github.kevinvane:libSpeexDSP:1.0.0'
}

混淆

-keepclassmembers class org.speex.dsp.** {*;}

示例

查看Native类或者Speex官方文档

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages