Last active
July 19, 2018 21:36
-
-
Save caio2k/9b8d1eff5137309fb674e23a6fe1b5a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #fix robotic voice caused by pulseaudio restarts. inspired by https://winaero.com/blog/fix-broken-sound-skype-linux-8-x/ | |
| env PULSE_LATENCY_MSEC=90 /usr/bin/skypeforlinux $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment