"input overflow" message
Hello
I'm running OS on Windows 10 (on a local hard drive, tried it on different computers).
From time to time, at random points during the experiment, I'm getting an "input overflow"message, even only when I tried to run one trial from each loop for 6 loops. Sometimes the msg does not appear at all and the task runs normally.
Don't know if it's related, buy my task includes vocal responses (the code just listen but does not collect voices), although I've used this same code previously and without any issues. This time I'm using psyco back-end instead of legacy. Can this be the issue?
Thank you!

Comments
Hi Tali,
no idea about your issue, but maybe this stackoverflow discussion helps: https://stackoverflow.com/questions/10733903/pyaudio-input-overflowed
Eduard
Thanks! it helped!!