DropoutMsec=<num>(Default:250)
Under high system load conditions, the SONAR audio
pump mechanism may become starved. When this
condition is detected, SONAR drops out. The
DropoutMsec variable allows you to configure the
tolerance time in milliseconds. This variable applies to all driver modes.
Setting DropoutMsec to a positive value > 0 specifies the actual time in milliseconds to tolerate before dropping out due to starvation.
Setting DropoutMsec to a negative value < 0 means we use a multiple of the audio buffer size as the tolerance.
i.e. -2 means we use twice the audio buffer size.
Note that setting this value too low (e.g. 0) can result in more frequent dropouts in the program. If you notice too many dropouts, try raising it in buffer multiples or by explicitly specifying a millisecond value.
Has anyone used the negative value for this setting ?
or
Can someone explain any benifits / differences between choosing (Positive : time in miiliseconds) or (Negative:multiplying the buffers) ?
Is one of these a "Better" Tolerance than the other.