This commit is contained in:
2023-08-04 18:42:32 +02:00
parent 9e479b22b8
commit 2ccfd3ebc8
2 changed files with 168 additions and 21 deletions

View File

@ -18,7 +18,6 @@ class TransportProcessor extends AudioWorkletProcessor {
this.started = false;
} else if (message.data === "stop") {
this.started = false;
currentTime = 0; // This is read-only?
}
};