|
From: Tapio V. <aa...@us...> - 2010-10-24 09:56:11
|
Module: performous Branch: master Commit: 1872e11e05973a097eeafa27a3418bd4a62a6572 Author: Tapio Vierros <tap...@gm...> Date: Sun Oct 24 12:55:34 2010 +0300 Increase suggested latency for Windows compatibility. --- data/schema.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/data/schema.xml b/data/schema.xml index b5e330a..b84572e 100644 --- a/data/schema.xml +++ b/data/schema.xml @@ -168,7 +168,7 @@ to save the current settings to XML. </entry> <!-- Audio preferences --> - <entry name="audio/latency" type="float" value="0.05"> + <entry name="audio/latency" type="float" value="0.075"> <ui unit=" ms" multiplier="1000" /> <limits min="0.0" max="0.25" step="0.005" /> <locale name="C"> |