|
arduino-audio-tools
|
#include <CodecCopy.h>
Public Member Functions | |
| CodecCopy (AudioWriter &to, Stream &from, int len=1024) | |
| size_t | copy () |
| size_t | copy (int len) |
Protected Attributes | |
| int | buffer_len = 1024 |
| Stream * | p_in = nullptr |
| AudioWriter * | p_out = nullptr |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |