Skip to content

Android/Java library for encoding and decoding FSK audio signals. Forked for Gradle lib support

License

Notifications You must be signed in to change notification settings

dimskiy/android-fskmodem-lib

 
 

Repository files navigation

android-fskmodem

Android/Java library for encoding and decoding FSK audio signals.

The FSKModem library is developed by Cytec BG Ltd. as a free software available under the GNU GPLv3 license.

The FSKModem library consists of two major components:

  • FSKEncoder
  • FSKDecoder

It is designed to work with the existing implementation of SoftModem library for arduino.

For usage guidelines take a look at the examples.

You can use AAR artifact this way:

  1. Add to project' build dependencies:
allprojects {
    repositories {
        maven {
            url 'https://jitpack.io'
        }
    }
}
  1. Add to the app's module:
dependencies {
    implementation 'com.github.dimskiy:android-fskmodem-lib:VERSION'
}

About

Android/Java library for encoding and decoding FSK audio signals. Forked for Gradle lib support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.5%
  • Kotlin 4.5%