Misc cleanup
This commit is contained in:
parent
b519d85127
commit
14809dfda7
2 changed files with 0 additions and 5 deletions
|
@ -25,10 +25,6 @@ declare const currentTime: number;
|
|||
class MxVoiceWorklet extends AudioWorkletProcessor {
|
||||
private nextAmplitudeSecond = 0;
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
|
||||
process(inputs, outputs, parameters) {
|
||||
// We only fire amplitude updates once a second to avoid flooding the recording instance
|
||||
// with useless data. Much of the data would end up discarded, so we ratelimit ourselves
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue