Skip to content

Commit

Permalink
Sample rate recommendation correction haha
Browse files Browse the repository at this point in the history
Well, the default is 48000hz, not 44000hz. Sorry if I was confused.
  • Loading branch information
OfficialIncubo authored Jan 22, 2024
1 parent 3a95cbc commit d5197ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vis_milk2/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9657,7 +9657,7 @@ for (int i=0;i<576;i++)
int end = MY_FFT_SAMPLES * (i+1) / 6;
int j;*/ //old MD beat detection algorithm, not accurate, only reacts only at the quarter of middle and treble.
//it depends on the sample rate input in your computer, so possibly it's not reacting correctly. See fft.cpp
//The recommended sample rate input for the new beat detection code is 44000hz.
//The recommended sample rate input for the new beat detection code is 48000hz.

mysound.imm[i] = 0;

Expand Down

0 comments on commit d5197ea

Please sign in to comment.