Created
December 6, 2013 06:40
-
-
Save onjin/7819537 to your computer and use it in GitHub Desktop.
Fix skype audio/video on ubuntu 13.10 x64 - audio distortion or missing and inverted video. Put it in ~/bin/skype and add ~/bin to PATH in f.i. .bashrc
export PATH=~/bin:$PATH.
This file contains 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 | |
env PULSE_LATENCY_MSEC=30 LD_PRELOAD=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so /usr/bin/skype |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment