mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-30 06:12:07 +00:00
feat: add ALAC codec support via Media3 FFmpeg module
This commit is contained in:
@@ -71,6 +71,8 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation files('../libs/lib-decoder-ffmpeg-release.aar')
|
||||||
|
|
||||||
// AndroidX
|
// AndroidX
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
|
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
|
||||||
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
|
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
|
||||||
|
|||||||
@@ -53,8 +53,7 @@ public final class DownloadUtil {
|
|||||||
private static DownloadNotificationHelper downloadNotificationHelper;
|
private static DownloadNotificationHelper downloadNotificationHelper;
|
||||||
|
|
||||||
public static boolean useExtensionRenderers() {
|
public static boolean useExtensionRenderers() {
|
||||||
// return true;
|
return true;
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static RenderersFactory buildRenderersFactory(Context context, boolean preferExtensionRenderer) {
|
public static RenderersFactory buildRenderersFactory(Context context, boolean preferExtensionRenderer) {
|
||||||
|
|||||||
BIN
libs/lib-decoder-ffmpeg-release.aar
Normal file
BIN
libs/lib-decoder-ffmpeg-release.aar
Normal file
Binary file not shown.
Reference in New Issue
Block a user