Skip to content

Commit 3810955

Browse files
committed
fix(skip-silences): fix audio distorted
fix #1141
1 parent 59c521e commit 3810955

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugins/skip-silences/renderer.ts

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ const audioCanPlayListener = (e: CustomEvent<Compressor>) => {
4040
const fftBins = new Float32Array(analyser.frequencyBinCount);
4141

4242
sourceNode.connect(analyser);
43-
analyser.connect(audioContext.destination);
4443

4544
const looper = () => {
4645
setTimeout(() => {

0 commit comments

Comments
 (0)