arduino-audio-tools
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
Public Member Functions | Protected Attributes | List of all members
ConverterSwitchLeftAndRight< T > Class Template Reference

Switches the left and right channel. More...

#include <BaseConverter.h>

Inheritance diagram for ConverterSwitchLeftAndRight< T >:
BaseConverter

Public Member Functions

 ConverterSwitchLeftAndRight (int channels=2)
 
size_t convert (uint8_t *src, size_t byte_count) override
 

Protected Attributes

int channels = 2
 

Detailed Description

template<typename T>
class audio_tools::ConverterSwitchLeftAndRight< T >

Switches the left and right channel.

Author
Phil Schatzmann
Template Parameters
T

Member Function Documentation

◆ convert()

template<typename T >
size_t convert ( uint8_t *  src,
size_t  byte_count 
)
inlineoverridevirtual

Implements BaseConverter.


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