Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 482 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 482 Bytes

KISS FFT For Android Applications

This repo is created from kiss-fft repo, because I need to import the library using GitHub.

Usage

To use it library in your android application or in your flutter plugin add this repository

maven { url "https://jitpack.io" }

And then you can add library to your dependencies. Replace TAG with tag of latest release

implementation 'com.github.mishkov:kiss-fft-jni:TAG'