Skip to content

mishkov/kiss-fft-jni

Repository files navigation

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'