Skip to content

Commit

Permalink
remove stopAll method from Cacophony class
Browse files Browse the repository at this point in the history
  • Loading branch information
ctoth committed Dec 13, 2023
1 parent 24e7f82 commit 8facb8a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/cacophony.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,6 @@ export class Cacophony {
}
}

stopAll() {
if ('close' in this.context) {
this.context.close();
}
}

setGlobalVolume(volume: number) {
this.globalGainNode.gain.value = volume;
}
Expand Down

0 comments on commit 8facb8a

Please sign in to comment.