Converter for n Channels which applies the indicated Filter.
More...
#include <BaseConverter.h>
|
| ConverterNChannels (int channels) |
| Default Constructor.
|
|
| ~ConverterNChannels () |
| Destructor.
|
|
size_t | convert (uint8_t *src, size_t size) |
|
int | getChannels () |
|
void | setFilter (int channel, Filter< FT > *filter) |
| defines the filter for an individual channel - the first channel is 0
|
|
|
int | channels |
|
Filter< FT > ** | filters = nullptr |
|
template<typename T, typename FT>
class audio_tools::ConverterNChannels< T, FT >
Converter for n Channels which applies the indicated Filter.
- Author
- pschatzmann
- Template Parameters
-
◆ convert()
template<typename T , typename FT >
size_t convert |
( |
uint8_t * |
src, |
|
|
size_t |
size |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: