diff options
Diffstat (limited to 'rotord/vampHost.h')
| -rw-r--r-- | rotord/vampHost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/vampHost.h b/rotord/vampHost.h index fbf5228..d1dfc81 100644 --- a/rotord/vampHost.h +++ b/rotord/vampHost.h @@ -60,7 +60,7 @@ namespace vampHost { void process_frame(uint8_t *data,int samples_in_frame); void cleanup(); - map<float,int> features; + map<double,int> features; //map<time,featureNo> //this is the best way to store features: because map allows to search for the key below and above the present time |
