mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
use short-term ebur128 histogram
This commit is contained in:
parent
05e59a06a2
commit
b01485f61f
1 changed files with 2 additions and 2 deletions
|
|
@ -179,9 +179,9 @@ VampEBUr128::getRemainingFeatures()
|
||||||
|
|
||||||
Feature hist;
|
Feature hist;
|
||||||
hist.hasTimestamp = false;
|
hist.hasTimestamp = false;
|
||||||
const int * hist_M = ebu.histogram_M();
|
const int * hist_S = ebu.histogram_S();
|
||||||
for (int i = 110; i < 650; ++i) {
|
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);
|
returnFeatures[2].push_back(hist);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue