Skip to content

peerless2012/libass-android

Repository files navigation

libass-android

libass-android is a collection of libraries for implementing libass for Android.

It use libass-cmake to build libass.

Modules

lib_ass is a native build library with prefab feature, this module contains libass.so and the header files.

App want to use libass in C/C++ can use this module.

lib_ass_kt is a kotlin wrapper for libass native api.

App want to use libass in java/kotlin can use this module.

lib_ass_media is a media3 extend library for libass.

App use media3 can use this module to add ass for your player.

Issue

If you have issue when use, create an issue.

PR

If you want to fix or add feature, create a pr.