mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 15:11:12 +02:00
Update libvamp to 2.5.
This commit is contained in:
@@ -181,7 +181,7 @@ ZeroCrossing::process(const float *const *inputBuffers,
|
||||
|
||||
Feature feature;
|
||||
feature.hasTimestamp = false;
|
||||
feature.values.push_back(count);
|
||||
feature.values.push_back(float(count));
|
||||
|
||||
returnFeatures[0].push_back(feature);
|
||||
return returnFeatures;
|
||||
|
Reference in New Issue
Block a user