mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
pixel column counts and sample window sizes use unsigned types
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
calculates windowSize/2 frequency samples
|
||||
*/
|
||||
|
||||
bool ComputeSpectrum(const float * data, int width, int windowSize,
|
||||
bool ComputeSpectrum(const float * data, size_t width, size_t windowSize,
|
||||
double rate, float *out, bool autocorrelation,
|
||||
int windowFunc = eWinFuncHanning);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user