From a773793ce133d1432700463db13e5ed5e346ea86 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Sat, 22 Sep 2012 02:10:14 +0000 Subject: Rare pitch sounds while playing notes #3943 --- (limited to 'common/Config.py') diff --git a/common/Config.py b/common/Config.py index 4e32e89..bbdaa66 100644 --- a/common/Config.py +++ b/common/Config.py @@ -59,7 +59,7 @@ PLUGIN_KSMPS = 64 PLUGIN_RATE = 16000 ## PLUGIN ALSA PARAMETERS: -PLUGIN_PERIOD = 256 # 512 +PLUGIN_PERIOD = 1024 PLUGIN_NPERIODS = 2 try: -- cgit v0.9.1