arduino-audio-tools
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TransformationReader< T > Class Template Reference

ConverterStream Helper class which implements the readBytes with the help of write. More...

#include <ResampleStream.h>

Public Member Functions

void begin (T *transform, Stream *source)
 setup of the TransformationReader class More...
 
void end ()
 
size_t readBytes (uint8_t *data, size_t byteCount)
 

Protected Member Functions

void restoreOutput (Print *out)
 restores the original output in the converter class More...
 
PrintsetupOutput ()
 

Protected Attributes

bool active = false
 
Vector< uint8_t > buffer {0}
 
Streamp_stream = nullptr
 
T * p_transform = nullptr
 
RingBuffer< uint8_t > rb {0}
 
QueueStream< uint8_t > result_queue {rb}
 

Detailed Description

template<class T>
class audio_tools::TransformationReader< T >

ConverterStream Helper class which implements the readBytes with the help of write.

Author
Phil Schatzmann
Template Parameters
Tclass name of the original transformer stream

Member Function Documentation

◆ begin()

void begin ( T *  transform,
Stream source 
)
inline

setup of the TransformationReader class

Parameters
transformThe original transformer stream
sourceThe data source of the data to be converted the requested converted bytes

◆ restoreOutput()

void restoreOutput ( Print out)
inlineprotected

restores the original output in the converter class

Parameters
out

◆ setupOutput()

Print* setupOutput ( )
inlineprotected

Makes sure that the data is written to the array

Parameters
data
Returns
original output of the converter class

The documentation for this class was generated from the following file: