This commit is contained in:
Jade (Rose) Rowland 2025-09-30 19:46:53 -04:00
parent cdc5e5f3f3
commit 9f8143e062

View file

@ -135,7 +135,7 @@ export class SuperdoughOutput {
}
reset() {
this.disconnect()
this.disconnect();
this.initializeAudio();
}
disconnect() {
@ -174,7 +174,7 @@ export class SuperdoughAudioController {
Array.from(this.nodes).forEach((node) => {
node.disconnect();
});
this.nodes = {}
this.nodes = {};
this.output.reset();
}