Skip to content
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

Implement MediaPlayer #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Implement MediaPlayer #13

wants to merge 1 commit into from

Conversation

iiLowell
Copy link

@iiLowell iiLowell commented Jan 1, 2025

Implemented silent audio track playback to maintain background app activity
Added Now Playing information display on lock screen and Control Center
Integrated system media controls (play/pause, next/previous track) Added support for background audio session management
Implemented proper cleanup when app enters background

Implemented silent audio track playback to maintain background app activity
Added Now Playing information display on lock screen and Control Center
Integrated system media controls (play/pause, next/previous track)
Added support for background audio session management
Implemented proper cleanup when app enters background
@iiLowell iiLowell marked this pull request as ready for review January 1, 2025 00:12
@cryptofyre
Copy link
Member

Cannot seem to get Play/Pause working, skip and previous seem to activate twice. Seems to be a little janky right now, ill take another look when some fixes have been made.

updateNowPlayingInfo()
}

private func setupRemoteCommandCenter() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These need to be handled differently somehow, they fire twice or don't fire at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants