Explore the AudioPlayer Example capabilities
mainThe audioplayers example application demonstrates the core features of the plugin through several functional tabs:
- Src (Sources): Demonstrates how to play audio from different origins:
- Url: Remote audio from the internet.
- Asset: Bundled app assets.
- Device File: Local files from a specified device path.
- Byte Array: Audio data from a byte array.
- Ctrl (Controls): Manages playback properties like volume, balance, and rate.
- Stream: Monitors and displays real-time stream updates and properties.
- Ctx (Context): Customizes the audio context specifically for mobile devices.
- Log: Provides a view of system logs.
The example also includes a PlayerWidget, which serves as a pre-built, simple audio player interface for quick integration.