-
Notifications
You must be signed in to change notification settings - Fork 861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(android): ExoPlayer for Android #1691
base: main
Are you sure you want to change the base?
Conversation
…rable-position-updates # Conflicts: # packages/audioplayers_android/android/src/main/kotlin/xyz/luan/audioplayers/player/SoundPoolPlayer.kt
…/exoplayer # Conflicts: # packages/audioplayers/example/integration_test/lib_test.dart
# Conflicts: # packages/audioplayers/example/android/app/build.gradle # packages/audioplayers/example/pubspec.yaml # packages/audioplayers/pubspec.yaml
hi there i was able to get this branch running locally against an old alcatel pixi4 that was having issues playing mp3s with the mediaplayer library. Is this likely to get merged soon or does it need more work / is it safe for me to use in production please thank you! |
I have to work on a solution to support channel volumes to not break the library experience. I propose to fork the branch and use that in the meantime. This branch and also this functionality is not guaranteed to work and is not ready for the stable environment yet. |
# Conflicts: # packages/audioplayers/example/.metadata # packages/audioplayers/example/android/app/build.gradle # packages/audioplayers/example/android/build.gradle # packages/audioplayers/example/android/gradle.properties # packages/audioplayers/example/android/gradle/wrapper/gradle-wrapper.properties # packages/audioplayers/example/android/settings.gradle # packages/audioplayers/example/pubspec.yaml # packages/audioplayers/pubspec.yaml
Description
Closes #1526
Checklist
fix:
,feat:
,refactor:
,docs:
,chore:
,test:
,ci:
etc).///
, where necessary.Breaking Change
Related Issues
Inspiration from androidx/media#310
Blocked by flutter/flutter#137040