diff --git a/build/packages-template/bbb-freeswitch-sounds/build.sh b/build/packages-template/bbb-freeswitch-sounds/build.sh index 05d02e5394..bbf2058663 100755 --- a/build/packages-template/bbb-freeswitch-sounds/build.sh +++ b/build/packages-template/bbb-freeswitch-sounds/build.sh @@ -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