Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

niusounds/wdl-android

Repository files navigation

WDL for Android

JNI wrapper for WDL.

WDL is licensed under open source license. See official website. https://www.cockos.com/wdl/

I'm not affiliated with Cockos but I followed the same license for my codes.

How to use

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

// app/build.gradle
dependencies {
    implementation 'com.github.niusounds:wdl-android:0.0.1'
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published