Audio
Sagar Pansuriya
NativePHP^3.0iOS13.0+Android21+
Professional audio playback for NativePHP Mobile — native OS integration, background services, and remote controls for Android and iOS.
Features
- Native MediaSession integration (lock screen, Bluetooth, Android Auto/CarPlay)
- Background playback with foreground services and audio sessions
- Playlist management with shuffle/repeat modes
- Live radio streaming with real-time metadata
- Audio focus handling with auto-ducking
- Programmable sleep timers
- Rich metadata and artwork support
Installation
composer require theunwindfront/nativephp-audio
php artisan vendor:publish --tag=nativephp-plugins-provider
php artisan native:plugin:register theunwindfront/nativephp-audio
Compatibility
| Platform | Minimum Version |
|---|---|
| NativePHP | ^3.0 |
| iOS | 13.0+ |
| Android | API 21+ |
Events
PlaybackStarted— playback has begunPlaybackProgressUpdated— periodic playback position updatePlaylistTrackChanged— active track in playlist changedAudioFocusLost— audio focus taken by another appRemotePlayReceived— remote control play command receivedSleepTimerExpired— configured sleep timer firedStreamMetadataChanged— live stream metadata updated