Skip to content

Commit f85350f

Browse files
committed
chore: using AudioContext instead of BaseAudioContext as per guideline
1 parent e4905d3 commit f85350f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/simon-game/src/app/util/playSound.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @param volume - The volume of the sound, typically between 0 and 1.
88
*/
99
export const playSound = (
10-
context: BaseAudioContext,
10+
context: AudioContext,
1111
frequency: number,
1212
duration: number,
1313
volume: number,

0 commit comments

Comments
 (0)