aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.rs2
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();