13
0

use short-term ebur128 histogram

This commit is contained in:
Robin Gareus 2016-02-11 00:09:19 +01:00
parent 05e59a06a2
commit b01485f61f

View File

@ -179,9 +179,9 @@ VampEBUr128::getRemainingFeatures()
Feature hist;
hist.hasTimestamp = false;
const int * hist_M = ebu.histogram_M();
const int * hist_S = ebu.histogram_S();
for (int i = 110; i < 650; ++i) {
hist.values.push_back(hist_M[i]);
hist.values.push_back(hist_S[i]);
}
returnFeatures[2].push_back(hist);