[Csnd] Warning message I don't understand
Date | 2009-10-13 19:35 |
From | Matthew Hines |
Subject | [Csnd] Warning message I don't understand |
Hi, I don't mean to be a timewaster, but I'm fairly new to Csound and came across a warning message the other day that I don't entirely understand. It reads Warning: buffer size should be an integer multiple of ksmps in full-duplex mode I understand buffer size, ksmps and the meaning of full-duplex, but I'm not sure what is meant here. My music runs absolutely no problems in spite of this. I would just be interested to know if anyone had any input - I know it is a basic question. Many thanks, Matt endin |
Date | 2009-10-13 20:36 |
From | victor |
Subject | [Csnd] Re: Warning message I don't understand |
It is the case in some systems that if the
buffersizes (-B and -b) are
not multiples of ksmps, you will get constant
clicks in the audio, because
input and output buffers get out of sync. This only
happens if you are processing
input audio in realtime, and it might well be that
in some platforms there is no
such problem. If it is not the case for you, just ignore
the warning.
Victor
|