3 مستودعات
Native services that maintain an active process to allow audio playback to persist when the app is not in the foreground.
Distinct from Background System Services: The candidates cover VPNs or general system services, whereas this is specifically for mobile audio playback persistence.
Explore 3 awesome GitHub repositories matching mobile development · Background Audio Services. Refine with filters or upvote what's useful.
This project is a cross-platform mobile audio player and native audio playback engine for React Native. It functions as a media session manager that integrates audio controls into device lock screens, system notifications, and external Bluetooth headsets. The library features a dedicated mobile audio caching engine that preloads and stores content on disk to enable offline playback and gapless transitions. It also includes an automotive media interface that exposes audio content and playback controls to vehicle head units and car dashboards through hierarchical media browsing. The system cov
Maintains an active native process to ensure audio continues playing when the application is minimized or the screen is locked.
This is a native library for embedding and controlling YouTube video playback within Android applications. It functions as a playback controller that synchronizes video states with the hosting activity or fragment lifecycle. The library includes a framework for replacing default playback controls with custom layouts and interfaces. It also provides a sender extension for streaming YouTube video content from an Android device to Chromecast receivers. The project covers programmatic playback control, background audio playback, and player state monitoring. It also handles network connectivity a
Implements native services to allow YouTube audio to persist when the app is not in the foreground.
StylishMusicPlayer is an Android music player and media application designed for playing audio files on Android devices. It serves as a local audio player that allows users to browse and play music tracks stored within a mobile device's internal storage. The application provides a graphical user interface for managing playback, controlling volume levels, and organizing stored music files. It utilizes a background service to manage audio streaming and maintains synchronization between the playback engine and the user interface.
Employs a background service to ensure music playback continues when the application is not in the foreground.