Search found 1 match

by miaotian1990
Sun Aug 14, 2016 11:58 pm
Forum: C and C++
Topic: about buffer
Replies: 3
Views: 6860

Re: about buffer

Hi Martyn, So for each channel, there are two blocks of buffer. From example of streaming, one block is max value while the other block is min value. What does that mean? App Buffer is the buffer your application uses for the data, Driver Buffer is used by the driver, the callback needs to copy data...