The Open Master Hearing Aid (openMHA)
openMHA
Open community platform for hearing aid algorithm research
|
Inherits std::vector< MHAMultiSrc::channel_t >.
Public Member Functions | |
channels_t (const std::vector< std::string > &src, int in_channels) | |
Separate a list of input sources into a parsable channel list. More... | |
MHAMultiSrc::channels_t::channels_t | ( | const std::vector< std::string > & | route, |
int | in_channels | ||
) |
Separate a list of input sources into a parsable channel list.
The number of input channels if verified, a list of MHAMultiSrc::channel_t is filled.
route | vector of source channel ids |
in_channels | number of channels in the processed input signal |