diff options
| author | Melody Horn <melody@boringcactus.com> | 2021-04-29 01:03:23 -0600 |
|---|---|---|
| committer | Melody Horn <melody@boringcactus.com> | 2021-04-29 01:03:23 -0600 |
| commit | 76a444aca17bed95a07f272300428da17b39aa3d (patch) | |
| tree | 1a4cb59b2a182a9dd7f3430639736dffc4cb2038 | |
| parent | 33efd41a3da31c3a1d6f2ab4855147ccf576f42c (diff) | |
| download | synthfinity-penis-music.tar.gz synthfinity-penis-music.zip | |
visually accompany penis musicpenis-music
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |