1
0
Fork 0

Fix DC bin skipping being off by one

This commit is contained in:
Robbert van der Helm 2022-07-24 18:00:15 +02:00
parent dffc169c99
commit 74b33af7d7

View file

@ -395,7 +395,7 @@ impl Plugin for SpectralCompressor {
channel_idx,
&self.params,
overlap_times,
highest_dcish_bin_idx,
highest_dcish_bin_idx + 1,
);
// The DC and other low frequency bins doesn't contain much semantic meaning anymore