03-17-2010 03:16 PM
03-18-2010 08:29 AM
A few things that you can do to avoid buffer over write.
1. Increase the buffer size (samples/channel)
2. Grap the data from the buffer more frequently. You can dedicate a loop to acquire data from the buffer and put the data on a queue, so that another loop can use that data.
3. If you don't mind some of your data in your buffer being overwritten, you an use a property node to setup the buffer, so that the buffer will allow overwrite without giving you an error.
Yik
03-18-2010 10:31 AM - edited 03-18-2010 10:32 AM