|
From: Lasse Kärkkäi. <tr...@us...> - 2010-01-06 00:52:07
|
Module: performous Branch: master Commit: ba8e1b10bd9b0ed62b0d36e7188a0bcc0d97ff27 Author: Lasse Karkkainen <tro...@tr...> Date: Mon Jan 4 18:11:36 2010 +0200 Better defaults for latency settings and finer adjustment precision. --- data/schema.xml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/schema.xml b/data/schema.xml index e3099df..b20dfe8 100644 --- a/data/schema.xml +++ b/data/schema.xml @@ -148,25 +148,25 @@ to save the current settings to XML. </entry> <!-- Audio preferences --> - <entry name="audio/video_delay" type="float" value="0.00"> + <entry name="audio/video_delay" type="float" value="0.06"> <ui unit=" ms" multiplier="1000" /> - <limits min="-0.5" max="0.5" step="0.02" /> + <limits min="-0.5" max="0.5" step="0.01" /> <locale name="C"> <short>Audio/video latency</short> <long>Use negative value if your display input lag is greater than the sound card output latency, positive values in the opposite case and zero if they are equal. F5/F6 to adjust this in singing screen.</long> </locale> </entry> - <entry name="audio/controller_delay" type="float" value="0.00"> + <entry name="audio/controller_delay" type="float" value="0.08"> <ui unit=" ms" multiplier="1000" /> - <limits min="0.0" max="0.5" step="0.02" /> + <limits min="0.0" max="0.5" step="0.01" /> <locale name="C"> <short>Audio/controller latency</short> <long>The total of USB (guitar or dance pad) latency combined with audio output latency.</long> </locale> </entry> - <entry name="audio/round-trip" type="float" value="0.08"> + <entry name="audio/round-trip" type="float" value="0.09"> <ui unit=" ms" multiplier="1000" /> - <limits min="0.0" max="0.5" step="0.02" /> + <limits min="0.0" max="0.5" step="0.01" /> <locale name="C"> <short>Audio round-trip latency</short> <long>The time it takes for Performous playback to reach your speakers, fly to the microphone and all the way back until Performous captures and analyzes it. Use F4 debug mode in singing screen and adjust with F7/F8.</long> |