chore: remove debug console.log calls from audio TS interop
This commit is contained in:
@@ -36,7 +36,6 @@ export class SpectrumAnalyzer {
|
||||
this.analyser.smoothingTimeConstant = 0.8;
|
||||
this.dataArray = new Float32Array(this.analyser.frequencyBinCount);
|
||||
|
||||
console.log(`SpectrumAnalyzer initialized: fftSize=${this.fftSize}, bins=${this.analyser.frequencyBinCount}`);
|
||||
return this.analyser;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user