Increases the channel count.
More...
#include <BaseConverter.h>
template<typename T = int16_t>
class audio_tools::ChannelEnhancer< T >
Increases the channel count.
- Template Parameters
-
◆ ChannelEnhancer() [1/2]
template<typename T = int16_t>
◆ ChannelEnhancer() [2/2]
template<typename T = int16_t>
◆ convert()
template<typename T = int16_t>
| size_t convert |
( |
uint8_t * |
target, |
|
|
uint8_t * |
src, |
|
|
size_t |
size |
|
) |
| |
|
inline |
◆ resultSize()
template<typename T = int16_t>
| size_t resultSize |
( |
size_t |
inSize | ) |
|
|
inline |
Determine the size of the conversion result.
◆ setSourceChannels()
template<typename T = int16_t>
| void setSourceChannels |
( |
int |
channelCountOfSource | ) |
|
|
inline |
◆ setTargetChannels()
template<typename T = int16_t>
| void setTargetChannels |
( |
int |
channelCountOfTarget | ) |
|
|
inline |
◆ from_channels
template<typename T = int16_t>
◆ to_channels
template<typename T = int16_t>
The documentation for this class was generated from the following file: