1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-19 15:06:07 +01:00

Update libvamp to 2.5.

This commit is contained in:
lllucius
2013-10-31 06:33:59 +00:00
parent c8aa505879
commit 6fef6dd8b4
77 changed files with 6254 additions and 3598 deletions

View File

@@ -132,7 +132,7 @@ AmplitudeFollower::getOutputDescriptors() const
OutputDescriptor sca;
sca.identifier = "amplitude";
sca.name = "Amplitude";
sca.description = "";
sca.description = "The peak tracked amplitude for the current processing block";
sca.unit = "V";
sca.hasFixedBinCount = true;
sca.binCount = 1;
@@ -152,7 +152,7 @@ AmplitudeFollower::getParameterDescriptors() const
ParameterDescriptor att;
att.identifier = "attack";
att.name = "Attack time";
att.description = "";
att.description = "The 60dB convergence time for an increase in amplitude";
att.unit = "s";
att.minValue = 0.0f;
att.maxValue = 1.f;
@@ -164,7 +164,7 @@ AmplitudeFollower::getParameterDescriptors() const
ParameterDescriptor dec;
dec.identifier = "release";
dec.name = "Release time";
dec.description = "";
dec.description = "The 60dB convergence time for a decrease in amplitude";
dec.unit = "s";
dec.minValue = 0.0f;
dec.maxValue = 1.f;