Makes sure that the avg of the signal is set to 0.
More...
#include <BaseConverter.h>
|
| ConverterAutoCenterT (int channels=2, bool isDynamic=false) |
|
size_t | convert (uint8_t(*src), size_t byte_count) override |
|
|
void | setup (T *src, size_t size) |
|
|
int | channels |
|
bool | is_dynamic |
|
bool | is_setup = false |
|
float | left = 0.0 |
|
Vector< float > | offset_from {0} |
|
Vector< float > | offset_step {0} |
|
Vector< float > | offset_to {0} |
|
float | right = 0.0 |
|
Vector< float > | total {0} |
|
template<typename T>
class audio_tools::ConverterAutoCenterT< T >
Makes sure that the avg of the signal is set to 0.
- Template Parameters
-
The documentation for this class was generated from the following file: