mirror of
https://github.com/devgianlu/librespot-android.git
synced 2026-04-25 21:35:49 +03:00
[PR #9] [MERGED] Use MediaCodec as decoder #23
Labels
No labels
bug
enhancement
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot-android#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/devgianlu/librespot-android/pull/9
Author: @devgianlu
Created: 5/2/2021
Status: ✅ Merged
Merged: 5/5/2021
Merged by: @devgianlu
Base:
master← Head:android-decoder📝 Commits (5)
f8754bbTrying to use MediaCodec168e9e3Working AndroidNativeDecoder with MediaExtractor and MediaCodec751673fFallback to other decoders in case of failure7d7c9a9#10 Enable modern Java on API level 23ce508deAndroidNativeDecoder works for MP3 out-of-the-box📊 Changes
9 files changed (+194 additions, -5 deletions)
View changed files
📝
app/build.gradle(+7 -1)📝
app/src/main/java/xyz/gianlu/librespot/android/LibrespotApp.java(+5 -1)📝
app/src/main/java/xyz/gianlu/librespot/android/Utils.java(+1 -1)📝
librespot-android-decoder-tremolo/src/main/AndroidManifest.xml(+1 -2)➕
librespot-android-decoder/.gitignore(+1 -0)➕
librespot-android-decoder/build.gradle(+31 -0)➕
librespot-android-decoder/src/main/AndroidManifest.xml(+4 -0)➕
librespot-android-decoder/src/main/java/xyz/gianlu/librespot/player/decoders/AndroidNativeDecoder.java(+143 -0)📝
settings.gradle(+1 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.