X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=blobdiff_plain;f=plugins%2FMelEnergy.cpp;h=779bffa835d975e9476174d2e40cc31354a99799;hp=995adeed37fe0d1541ce0917627f6ab605bdec39;hb=cad766f8a7e37daa99134602366dd8bbf7bbd185;hpb=85b04d327fe582f2b4d64e046280f0a171074621 diff --git a/plugins/MelEnergy.cpp b/plugins/MelEnergy.cpp index 995adee..779bffa 100644 --- a/plugins/MelEnergy.cpp +++ b/plugins/MelEnergy.cpp @@ -5,7 +5,7 @@ Copyright (C) 2006-2015 Paul Brossier - This file is part of vamp-aubio. + This file is part of vamp-aubio-plugins. vamp-aubio is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -146,7 +146,7 @@ MelEnergy::getParameterDescriptors() const ParameterDescriptor desc; desc.identifier = "nfilters"; desc.name = "Number of filters"; - desc.description = "Size of filterbank used to Mel Bands (40)"; + desc.description = "Size of filterbank used to compute mel bands (fixed to 40 for now)"; desc.minValue = 40; desc.maxValue = 40; desc.defaultValue = 40;