arduino-audio-tools
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
ChannelAvg Class Reference

We average pairs of channels in a datastream. E.g. if we have 4 channels we end up with 2 channels. The channels will be (channel_1 + channel_2)/2 (channel_3 - channel_4)/2. This is equivalent of stereo to mono conversion but will also work for quadric, sexic or octic audio. This will not work if you provide single channel data! More...

#include <BaseConverter.h>

Inheritance diagram for ChannelAvg:
BaseConverter

Public Member Functions

 ChannelAvg ()=default
 
 ChannelAvg (int bitsPerSample)
 
size_t convert (uint8_t *src, size_t size)
 
size_t convert (uint8_t *target, uint8_t *src, size_t size)
 
void setBits (int bits)
 

Protected Attributes

int bits = 16
 

Detailed Description

We average pairs of channels in a datastream. E.g. if we have 4 channels we end up with 2 channels. The channels will be (channel_1 + channel_2)/2 (channel_3 - channel_4)/2. This is equivalent of stereo to mono conversion but will also work for quadric, sexic or octic audio. This will not work if you provide single channel data!

Author
Urs Utzinger

Constructor & Destructor Documentation

◆ ChannelAvg() [1/2]

ChannelAvg ( )
default

◆ ChannelAvg() [2/2]

ChannelAvg ( int  bitsPerSample)
inline

Member Function Documentation

◆ convert() [1/2]

size_t convert ( uint8_t src,
size_t  size 
)
inlinevirtual

Implements BaseConverter.

◆ convert() [2/2]

size_t convert ( uint8_t target,
uint8_t src,
size_t  size 
)
inline

◆ setBits()

void setBits ( int  bits)
inline

Member Data Documentation

◆ bits

int bits = 16
protected

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