arduino-audio-tools
|
The Arduino Stream which provides silence and simulates a null device when used as audio target or audio source. More...
#include <BaseStream.h>
Protected Member Functions | |
void | refillReadBuffer () |
Protected Attributes | |
int | _timeout = 10 |
RingBuffer< uint8_t > | tmp_in {0} |
RingBuffer< uint8_t > | tmp_out {0} |
The Arduino Stream which provides silence and simulates a null device when used as audio target or audio source.