Skip to content

Commit 3835ab8

Browse files
committed
Clarify group docs
1 parent 17c3d3d commit 3835ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ Get/set the direction the listener is pointing in the 3D cartesian space. A fron
480480

481481

482482
### Group Playback
483-
Each `new Howl()` instance is also a group. You can play multiple sounds from the `Howl` and control them individually or as a group. For example, the following plays two sounds from a sprite, changes their volume together and then pauses both of them at the same time.
483+
Each `new Howl()` instance is also a group. You can play multiple sound instances from the `Howl` and control them individually or as a group (note: each `Howl` can only contain a single audio file). For example, the following plays two sounds from a sprite, changes their volume together and then pauses both of them at the same time.
484484

485485
```javascript
486486
var sound = new Howl({

0 commit comments

Comments
 (0)