summaryrefslogtreecommitdiff
path: root/src/window_size.rs
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-17 21:12:15 -0500
committerGitHub <noreply@github.com>2026-05-17 21:12:15 -0500
commitbc9ad151dbf478cdb39040524a50c9d901ef018b (patch)
treedc201f1813d0c6bbe7894f2816973a60896ba5c9 /src/window_size.rs
parent6686b6765992f86c208949925c1c3c09cbb31353 (diff)
Add Blackman-Harris window
Diffstat (limited to 'src/window_size.rs')
-rw-r--r--src/window_size.rs4
1 files changed, 2 insertions, 2 deletions
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,