From 3cc7363ab0cc169d96481467236288e63f332131 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Fri, 29 May 2026 06:08:20 +0000 Subject: update hann --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') 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]) -- cgit v1.2.3