Makes sense, thank you!
Type: Posts; User: egg
Makes sense, thank you!
Does the update function call get interrupted after a certain time, or does it continue to completion, at the cost of transmitting blocks less frequently than expected? (I know both cases would cause...
That makes a tiny bit more sense, thanks!
Ephraim
Thanks Pete! (I was looking at the history of the Audio repo and noticed that you actually added this part) I definitely have much to learn about C++. I do have another question, though I would...
Hi,
Why does the following function use unsigned types (uint16_t and uint32_t) for data that is copied into the buffer, when the buffer (as declared in the header file) uses the signed int16_t...