Process a new chunk of recorded samples.
This virtual function is called every time a new chunk of recorded data is available. The derived class can then do whatever it wants with it (storing it, playing it, sending it over the network, etc.).
Array of the new chunk of recorded samples
true to continue the capture, or false to stop it.
See Implementation
Process a new chunk of recorded samples.
This virtual function is called every time a new chunk of recorded data is available. The derived class can then do whatever it wants with it (storing it, playing it, sending it over the network, etc.).