Skip to content

Commit

Permalink
feat: add ALAC codec support via Media3 FFmpeg module
Browse files Browse the repository at this point in the history
  • Loading branch information
CappielloAntonio committed Nov 20, 2024
1 parent 618cf23 commit 4ec1519
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Binary file added libs/lib-decoder-ffmpeg-release.aar
Binary file not shown.

0 comments on commit 4ec1519

Please sign in to comment.