diff --git a/example/audio/main.go b/example/audio/main.go index f5c14b0e5..208fae0e7 100644 --- a/example/audio/main.go +++ b/example/audio/main.go @@ -112,7 +112,7 @@ func addNote() { vol := 1.0 / 16.0 square(l, vol, freq, 0.25) square(r, vol, freq, 0.25) - audio.Queue(0, toBytes(l, r)) + audio.Queue(-1, toBytes(l, r)) } func update(screen *ebiten.Image) error {