Skip to content

Commit 667d745

Browse files
committed
examples: Note that web browsers are silent before user interaction.
1 parent c79f497 commit 667d745

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
This example code creates a mixer, loads a single sound, and plays it once.
2+
3+
(Remember that web browsers won't make sound until you click on the page!)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
This example code creates a mixer, loads a single sound, and plays it, with
22
several playback options (fade-in, loop, etc).
3+
4+
(Remember that web browsers won't make sound until you click on the page!)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
This example code creates a mixer, loads two sounds, and mixes them.
2+
3+
(Remember that web browsers won't make sound until you click on the page!)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
This example code creates a mixer, and plays a sinewave forever.
2+
3+
(Remember that web browsers won't make sound until you click on the page!)
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
This example code creates a mixer, loads a single sound, and plays it on loop,
2-
letting the user seek around in playback with a slider.
2+
letting the user seek around in playback with a slider.
3+
4+
(Remember that web browsers won't make sound until you click on the page!)

0 commit comments

Comments
 (0)