Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 98b361f

Browse files
committed
feat: add docs
1 parent 4bc4023 commit 98b361f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ AudioManager.shared.<some-method>
121121
- `playSounds(args: ReadonlyArray<[Player, boolean]>): void` Plays/pauses multiple sounds
122122
- `loopSounds(args: ReadonlyArray<[Player, boolean]>): void` Loops/unloops multiple sounds
123123
- `seekSoundsTo(args: ReadonlyArray<[Player, number]>): void` Seeks multiple sounds
124-
- `public setSoundsVolume(args: ReadonlyArray<[Player, number]>): void` Sets the volume of multiple sounds, volume should be a number between 0 and 1.
124+
- `setSoundsVolume(args: ReadonlyArray<[Player, number]>): void` Sets the volume of multiple sounds, volume should be a number between 0 and 1.
125+
- `getStreamState(): StreamState` Returns the current state of the stream.
125126

126127
### Player
127128

0 commit comments

Comments
 (0)