The delay is about 20 seconds on windows sound effects. I haven't tried
playing music or something. I have changed custom-convert.conf by adding
-m 8192 to the 3 lines:

wavin pcm * *
        # R
        [wavin2cmd] -m 8192 -o $FILE$

wavin flc * *
        # R
        [wavin2cmd] -m 8192 -o $FILE$ | [flac] -cs --totally-silent
--compression-level-0 --endian=little --sign=signed --channels=2
--sample-rate=44100 --bps=16 - 

wavin mp3 * *
        # RB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D}
        [wavin2cmd] -m 8192 -o $FILE$ | [lame] -r -s 44.1  --silent -q
$QUALITY$ -v $BITRATE$ - -



The debug output is as follows: doesn't seem to show the command line
params:

[10-02-03 21:03:11.3422] Plugins::WaveInput::WAVIN::new (26) WavIn -
new openRemoteStream begin...
[10-02-03 21:03:11.3539] Plugins::WaveInput::WAVIN::new (43) WavIn -
new openRemoteStream ...end
[10-02-03 21:03:11.4780] Plugins::WaveInput::WAVIN::new (26) WavIn -
new openRemoteStream begin...
[10-02-03 21:03:11.4853] Plugins::WaveInput::WAVIN::new (43) WavIn -
new openRemoteStream ...end


-- 
rbl
------------------------------------------------------------------------
rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517
View this thread: http://forums.slimdevices.com/showthread.php?t=74848

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to