From bc9ad151dbf478cdb39040524a50c9d901ef018b Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Sun, 17 May 2026 21:12:15 -0500 Subject: Add Blackman-Harris window --- src/window_size.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/window_size.rs') diff --git a/src/window_size.rs b/src/window_size.rs index b3547d6..bfc3957 100644 --- a/src/window_size.rs +++ b/src/window_size.rs @@ -1,5 +1,5 @@ -/// The max value of the custom window size is u32::MAX. -/// That's because it's the maximum latency one can report. +/// The max value of the custom window size is `u32::MAX`. +/// This is because it's the maximum latency one can report to a CLAP host. #[derive(Debug, PartialEq)] pub enum WindowSize { Size128, -- cgit v1.2.3