From d0b0e405aa06ed84315666c455b70e263e93f33e Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 24 Aug 2016 12:47:46 -0400 Subject: [PATCH] Fixed background, error hiding, and remix. --- sound.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound.pl b/sound.pl index 312bea1..8bc67a0 100755 --- a/sound.pl +++ b/sound.pl @@ -27,12 +27,12 @@ $VERSION = '0.0.3'; sub join_msg { my ($server,$msg,$nick,$address,$target) = @_; - system("play -n synth tri 1500 tri 1800 delay 0 .12 fade h 0 .2 remix &") + system("play -qnV0 synth tri 1500 tri 1800 delay 0 .12 fade h 0 .2 remix - &. /sev/null&") } sub part_msg { my ($server,$msg,$nick,$address,$target) = @_; - system("play -n synth tri 1800 tri 1500 delay 0 .12 fade h 0 .2 remix &"); + system("play -qnV0 synth tri 1800 tri 1500 delay 0 .12 fade h 0 .2 remix - &> /dev/null&"); } sub pub_msg {