Skip to content

Commit

Permalink
Change default oversample filter order to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveBenham committed Nov 24, 2024
1 parent fc33972 commit 887bbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VCOUnit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ struct VCOUnit : VenomModule {
bool alternate = false;
bool aliasSuppress = false;
using float_4 = simd::float_4;
int oversample = -1, oversampleStages = 3;
int oversample = -1, oversampleStages = 5;
std::vector<int> oversampleValues = {1,2,4,8,16,32};
OversampleFilter_4 expUpSample[4]{}, linUpSample[4]{}, revUpSample[4]{}, syncUpSample[4]{},
shapeUpSample[4]{}, phaseUpSample[4]{}, offsetUpSample[4]{}, levelUpSample[4]{},
Expand Down

0 comments on commit 887bbfc

Please sign in to comment.