format
This commit is contained in:
parent
cdc5e5f3f3
commit
9f8143e062
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue