Merge pull request #14591 from bigbluebutton/ffdixon-reduce-volume

Reduce volume for mute/unmute sound
This commit is contained in:
Fred Dixon 2022-03-14 10:11:28 -04:00 committed by GitHub
commit 3853d9f799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ rm -rf mute-and-unmute-sounds-master
unzip mute-and-unmute-sounds-master.zip
pushd mute-and-unmute-sounds-master/sounds
find . -name "*.wav" -exec /bin/bash -c "sox -v 0.4 {} /tmp/tmp.wav; cp /tmp/tmp.wav ../../$DESTDIR/opt/freeswitch/share/freeswitch/sounds/en/us/callie/conference/{}" \;
find . -name "*.wav" -exec /bin/bash -c "sox -v 0.3 {} /tmp/tmp.wav; cp /tmp/tmp.wav ../../$DESTDIR/opt/freeswitch/share/freeswitch/sounds/en/us/callie/conference/{}" \;
popd
. ./opts-$DISTRO.sh