Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into arolleaguekeng-patch-1
  • Loading branch information
ryanheise committed Oct 29, 2024
2 parents 7beeb16 + b5f4256 commit 8bd8a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion just_audio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ final duration = await player.setUrl( // Load a URL
player.play(); // Play without waiting for completion
await player.play(); // Play while waiting for completion
await player.pause(); // Pause but remain ready to play
await player.seek(Duration(second: 10)); // Jump to the 10 second position
await player.seek(Duration(seconds: 10)); // Jump to the 10 second position
await player.setSpeed(2.0); // Twice as fast
await player.setVolume(0.5); // Half as loud
await player.stop(); // Stop and free resources
Expand Down

0 comments on commit 8bd8a27

Please sign in to comment.