We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4905d3 commit f85350fCopy full SHA for f85350f
workspaces/simon-game/src/app/util/playSound.ts
@@ -7,7 +7,7 @@
7
* @param volume - The volume of the sound, typically between 0 and 1.
8
*/
9
export const playSound = (
10
- context: BaseAudioContext,
+ context: AudioContext,
11
frequency: number,
12
duration: number,
13
volume: number,
0 commit comments