Skip to content

Commit

Permalink
Align comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Oct 29, 2024
1 parent 8bd8a27 commit 5754b9e
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(seconds: 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 5754b9e

Please sign in to comment.