Skip to content

Commit

Permalink
Bugfix that could cause spontaneous noise
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Aug 20, 2023
1 parent 085909b commit cdfc81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/util/SpectralSplitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ namespace lsp
h->pSink = sink;

size_t buf_size = 1 << nRank;
dsp::fill_zero(h->vOutBuf, buf_size);
dsp::fill_zero(h->vOutBuf, buf_size * BUFFER_MULTIPLIER);

return STATUS_OK;
}
Expand Down

0 comments on commit cdfc81e

Please sign in to comment.