Hydra is now an optional load

This commit is contained in:
2024-04-17 01:54:41 +02:00
parent 75daa2cf6a
commit 7100d5a470
7 changed files with 68 additions and 44 deletions

View File

@ -42,6 +42,7 @@ class TransportProcessor extends AudioWorkletProcessor {
}
return true;
}
}
registerProcessor("transport", TransportProcessor);