diff --git a/README.md b/README.md index e791f32..6173d3f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ var swordSoundInstance = swordSound.GetInstance(); swordSoundInstance.Play(); MySong = StreamingSoundOgg.Load(AudioSystem, "my_song.ogg"); +MySong.Seek(6f); // seek to 6 seconds MySong.Play(); ```