summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-29 06:08:20 +0000
committerGitHub <noreply@github.com>2026-05-29 06:08:20 +0000
commit3cc7363ab0cc169d96481467236288e63f332131 (patch)
treeae515c2607c05e4ebd6dec4243eb9b0396cb8421 /src/lib.rs
parent24b1401a881d7ddc49b47a6b7fa28af649417ae2 (diff)
update hann
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f3f6d1b..70ed064 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -51,7 +51,7 @@ impl Plugin for RetainPlugin {
impl DefaultPluginFactory for RetainPlugin {
fn get_descriptor() -> PluginDescriptor {
PluginDescriptor::new("com.haemolacriaa.retain", "Retain")
- .with_description("Retains only the nth largest magnitude frequencies in the signal")
+ .with_description("Retains only the nth largest magnitude frequencies in a signal")
.with_version("0.1.0-pre")
.with_vendor("haemolacriaa")
.with_features([AUDIO_EFFECT, STEREO])