From 76a444aca17bed95a07f272300428da17b39aa3d Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Thu, 29 Apr 2021 01:03:23 -0600 Subject: visually accompany penis music --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index 6b79749..d83a44c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -21,6 +21,8 @@ fn main() { .amplify(0.20); sink.append(source); + println!("8{}D", "=".repeat((length * 50.0) as usize)); + // The sound plays in a separate thread. This call will block the current thread until the sink // has finished playing all its queued sounds. sink.sleep_until_end(); -- cgit v1.2.3