From c5f102ed2cc7823953bac9ab1a733056fa51273d Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 27 Feb 2014 11:52:22 -0500 Subject: [PATCH] script to encapsulate settings needed to run current buggy version of skype. --- scripts/chat/skype_fix.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/chat/skype_fix.sh diff --git a/scripts/chat/skype_fix.sh b/scripts/chat/skype_fix.sh new file mode 100644 index 00000000..1be56e13 --- /dev/null +++ b/scripts/chat/skype_fix.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +env PULSE_LATENCY_MSEC=30 skype + -- 2.34.1