Re: [Audacity-devel] Latency correction changed
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Markus M. <me...@me...> - 2007-09-29 08:29:18
|
Am Samstag, den 29.09.2007, 01:56 +0100 schrieb Gale Andrews: > our default should be -100 as it always was. Actually I don't think that "our default was always -100". With Portaudio v18, we had latency correction enabled, but Portaudio calculated it. I don't think Portaudio always used -100 ms as a default value, but it used something like 2*buffer size or so. Might be, that this comes out as ~ 100 ms, but I'd think it's more like 83,3 ms or so. Currently, I think it's much better to leave the default at 0 (My teeth hurts too with "-0") and simply subtract the value of "audio to buffer" from the latency correction value (this is 100 by default). This also makes sense from a technical POV, because an audio buffer of 100 ms means that audio output comes 100 ms late. Markus |