All Projects → PaulWoitaschek → ExoPlayer-Extensions

PaulWoitaschek / ExoPlayer-Extensions

Licence: Apache-2.0 license
No description, website, or topics provided.

Programming Languages

java
68154 projects - #9 most used programming language

Library CircleCI

This is not related to ExoPlayer.

This builds some of the extensions from source code. This is primarily used by Voice

Install

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

dependencies {
    // important: add the core dependency and set transitive to false on the extensions
    implementation 'com.google.android.exoplayer:exoplayer-core:2.X.X'
    implementation "com.github.PaulWoitaschek.ExoPlayer-Extensions:extension-opus:X.Y.Z" {
        transitive = false
    }
    implementation "com.github.PaulWoitaschek.ExoPlayer-Extensions:extension-flac:X.Y.Z" {
        transitive = false
    }
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].