diff dsp/chromagram/Chromagram.h @ 465:50a97c8d52ed

Apply fix from daschuer/mixxx:957aed58 : Use double precision for FS
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 29 May 2019 13:55:26 +0100
parents 7e8d1f26b098
children 1db23b9a8da4
line wrap: on
line diff
--- a/dsp/chromagram/Chromagram.h	Wed May 29 13:55:07 2019 +0100
+++ b/dsp/chromagram/Chromagram.h	Wed May 29 13:55:26 2019 +0100
@@ -20,8 +20,8 @@
 #include "base/Window.h"
 #include "ConstantQ.h"
 
-struct ChromaConfig{
-    int FS;
+struct ChromaConfig {
+    double FS;
     double min;
     double max;
     int BPO;