chrisfraser / opuscodec

Opus Audio Codec for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opuscodec

Opus Audio Codec packaged for Android.

Based on code by λ.eranga as described in "Opus codec with android VOIP application" post on Medium, with the following changes:

  • Opus upgraded to 1.2.1
    • including ARM Neon and Intel SSE support
  • extended encoder API
    • specify profile
    • set bitrate and complexity
  • errors converted to exceptions

Usage

Add this to your main build.gradle:

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

and this to your app's build.gradle:

dependencies {
    compile 'com.github.martoreto:opuscodec:v1.2.1.2'
}

and see example app, specifically MainActivity.java for usage examples.

About

Opus Audio Codec for Android


Languages

Language:C 81.6%Language:Shell 10.2%Language:Makefile 5.0%Language:Assembly 1.1%Language:M4 1.1%Language:CSS 0.5%Language:Perl 0.3%Language:Java 0.3%Language:HTML 0.1%Language:Batchfile 0.0%