[Csnd] WARNING: Buffer overrun in real-time audio input
Date | 2013-11-09 12:43 |
From | flaviosp |
Subject | [Csnd] WARNING: Buffer overrun in real-time audio input |
The problem was provoked by the value of 'ksmps'. It was solved when I changed the 'ksmps' from 128 to 10. Probably, higher values provoke 'Buffer overrun in real-time audio input'. -- View this message in context: http://csound.1045644.n5.nabble.com/WARNING-Buffer-overrun-in-real-time-audio-input-tp5729367.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-11-09 13:19 |
From | flaviosp |
Subject | [Csnd] Re: WARNING: Buffer overrun in real-time audio input |
Well! It's unpredictable. There is 'Buffer overrun in real-time audio input' with higher and lower values of 'ksmps'. But it's possible solve the problem, getting better audio, changing the value of 'ksmps'. At the most cases, with lower values. Someone can explain that? -- View this message in context: http://csound.1045644.n5.nabble.com/WARNING-Buffer-overrun-in-real-time-audio-input-tp5729367p5729368.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-11-09 15:13 |
From | joachim heintz |
Subject | Re: [Csnd] Re: WARNING: Buffer overrun in real-time audio input |
this will probably relate on the ratio of the buffer size(s) and ksmps. i'd suggest you try this: open Configure > Run at the top, set 1024 for Buffer Size (-b) and 4096 for HW Buffer Size (-B) now try ksmps=32, or any other power of two value (64, 128). for more information about the different audio modules, have a look at http://en.flossmanuals.net/csound/d-live-audio/ best - joachim Am 09.11.2013 14:19, schrieb flaviosp: > Well! It's unpredictable. There is 'Buffer overrun in real-time audio input' > with higher and lower values of 'ksmps'. But it's possible solve the > problem, getting better audio, changing the value of 'ksmps'. At the most > cases, with lower values. Someone can explain that? > > > > -- > View this message in context: http://csound.1045644.n5.nabble.com/WARNING-Buffer-overrun-in-real-time-audio-input-tp5729367p5729368.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > Send bugs reports to the Sourceforge bug trackers > csound6: > https://sourceforge.net/p/csound/tickets/ > csound5: > https://sourceforge.net/p/csound/bugs/ > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > > > |
Date | 2013-11-09 17:16 |
From | flaviosp |
Subject | [Csnd] Re: WARNING: Buffer overrun in real-time audio input |
Thanks Joachim! I will try it. -- View this message in context: http://csound.1045644.n5.nabble.com/WARNING-Buffer-overrun-in-real-time-audio-input-tp5729367p5729375.html Sent from the Csound - General mailing list archive at Nabble.com. |