arduino-audio-tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ConverterFillLeftAndRight< T > Class Template Reference

Make sure that both channels contain any data. We copy the data from the non-empty channel to the empty one. More...

#include <BaseConverter.h>

Inheritance diagram for ConverterFillLeftAndRight< T >:
BaseConverter

Public Member Functions

 ConverterFillLeftAndRight (FillLeftAndRightStatus config=Auto, int channels=2)
 
size_t convert (uint8_t *src, size_t byte_count)
 

Detailed Description

template<typename T = int16_t>
class audio_tools::ConverterFillLeftAndRight< T >

Make sure that both channels contain any data. We copy the data from the non-empty channel to the empty one.

Author
Phil Schatzmann
Template Parameters
T

Member Function Documentation

◆ convert()

template<typename T = int16_t>
size_t convert ( uint8_t *  src,
size_t  byte_count 
)
inlinevirtual

Implements BaseConverter.


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