From 330c1bb2bc75d2ab4a71424b47213758b67e6485 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 5 Jul 2023 18:27:54 -0400 Subject: [PATCH] Fixed a bug in the leave channel sound. Fixed more volumes. --- sound.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound.pl b/sound.pl index 9c4d2ac..3262a97 100755 --- a/sound.pl +++ b/sound.pl @@ -255,7 +255,7 @@ Irssi::settings_add_int("lookandfeel", "sound_flood", 250); Irssi::settings_add_str("misc", "join_sound_command", "play -qnV0 synth tri 1500 tri 1800 delay 0 .12 fade h 0 .2 remix - norm -15 &> /dev/null&"); Irssi::settings_add_str("misc", "part_sound_command", -"play -qnV0 synth tri 1800 tri 1500 delay 0 .12 fade h 0 .2 remix - notm -8 &> /dev/null&"); +"play -qnV0 synth tri 1800 tri 1500 delay 0 .12 fade h 0 .2 remix - norm -8 &> /dev/null&"); Irssi::settings_add_str("misc", "quit_sound_command", "play -qnV0 synth pi fade h 0 1 1 pad 0 1 reverb overdrive riaa norm -20 &> /dev/null&"); Irssi::settings_add_str("misc", "pub_sound_command", @@ -269,9 +269,9 @@ Irssi::settings_add_str("misc", "action_sound_command", Irssi::settings_add_str("misc", "own_msg_sound_command", "play -qnV0 synth 0.09 tri B3:E3 norm -15 &> /dev/null&"); Irssi::settings_add_str("misc", "own_notice_sound_command", -"play -nqV0 synth pi fade h 0 1 1 norm -20 pad 0 1 reverb overdrive riaa speed 32 repeat 3 &> /dev/null&"); +"play -nqV0 synth pi fade h 0 1 1 norm -20 pad 0 1 reverb overdrive riaa speed 32 repeat 3 norm -15 &> /dev/null&"); Irssi::settings_add_str("misc", "notice_sound_command", -"play -nqV0 synth pi fade h 0 1 1 norm -20 pad 0 1 reverb overdrive riaa speed 32 reverse repeat 3 &> /dev/null&"); +"play -nqV0 synth pi fade h 0 1 1 norm -35 pad 0 1 reverb overdrive riaa speed 32 reverse repeat 3 &> /dev/null&"); Irssi::settings_add_str("misc", "privmsg_sound_command", "play -qnV0 synth pl G4 pl G4 pl D4 pl D4 pl D4 pl D3 pl G4 pl G3 pl B3 pl B2 pl G3 pl G2 delay 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1 0.11 remix - phaser fade p 0 0.5 0.3 norm -8 &> /dev/null&"); Irssi::settings_add_str("misc", "hilight_sound_command",