feat: add ALAC codec support via Media3 FFmpeg module

This commit is contained in:
CappielloAntonio
2024-11-20 21:23:56 +01:00
parent 618cf23e6e
commit 4ec1519063
3 changed files with 3 additions and 2 deletions

View File

@@ -71,6 +71,8 @@ android {
}
dependencies {
implementation files('../libs/lib-decoder-ffmpeg-release.aar')
// AndroidX
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'

View File

@@ -53,8 +53,7 @@ public final class DownloadUtil {
private static DownloadNotificationHelper downloadNotificationHelper;
public static boolean useExtensionRenderers() {
// return true;
return false;
return true;
}
public static RenderersFactory buildRenderersFactory(Context context, boolean preferExtensionRenderer) {

View File

Binary file not shown.