arduino-audio-tools
Public Types | List of all members
AppropriateSumType< T > Struct Template Reference

We reduce the number of samples in a datastream by summing (binning) or averaging. This will result in the same number of channels but binSize times less samples. If Average is true the sum is divided by binSize. More...

#include <BaseConverter.h>

Public Types

using type = T
 

Detailed Description

template<typename T>
struct audio_tools::AppropriateSumType< T >

We reduce the number of samples in a datastream by summing (binning) or averaging. This will result in the same number of channels but binSize times less samples. If Average is true the sum is divided by binSize.

Author
Urs Utzinger
Template Parameters
T

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