

Software like IDM or Internet Download Managers interfere with the Real Player settings, and configurations must be checked for these. UserAgent: 'myradioapp/1.The RealPlayer Download and Record Plugin must be enabled in the browser.

Working with headers # // Setting the HTTP user agent Start loading next item just before reaching itĪwait tAudioSource(playlist, initialIndex: 0, initialPosition: Duration.zero) Īwait ekToNext() // Skip to the next itemĪwait ekToPrevious() // Skip to the previous itemĪwait ek(Duration.zero, index: 2) // Skip to the start of track3.mp3Īwait tLoopMode(LoopMode.all) // Set playlist to loop (off|all|one)Īwait tShuffleModeEnabled(true) // Shuffle playlist order (true|false) Working with gapless playlists # // Define the playlistįinal playlist = ConcatenatingAudioSource(

Working with clips # // Play clip 2-4 seconds followed by clip 10-12 secondsĪwait tClip(start: Duration(seconds: 2), end: Duration(seconds: 4)) Īwait ay() await player.pause() Īwait tClip(start: Duration(seconds: 10), end: Duration(seconds: 12)) Īwait tClip() // Clear clip region Free platform decoders and buffers for each player. Working with multiple players # // Set up two players with different audio filesįinal player1 = AudioPlayer() await tUrl(.) įinal player2 = AudioPlayer() await tUrl(.) Īwait ay() // Wait for player2 to finish ay() // Play without waiting for completionĪwait ay() // Play while waiting for completionĪwait player.pause() // Pause but remain ready to playĪwait ek(Duration(second: 10)) // Jump to the 10 second positionĪwait tSpeed(2.0) // Twice as fastĪwait tVolume(0.5) // Half as loudĪwait player.stop() // Stop and free resources '') // Schemes: (https: | file: | asset: ) Quick synopsis # import 'package:just_audio/just_audio.dart' įinal player = AudioPlayer() // Create a playerįinal duration = await tUrl( // Load a URL Platform Support - API Documentation - Tutorials - Background Audio - Community Support Just_audio is a feature-rich audio player for Android, iOS, macOS, web, Linux and Windows.
