EMIPLIB
|
Split incoming raw audio messages into smaller messages. More...
#include <mipaudiosplitter.h>
Public Member Functions | |
bool | init (MIPTime interval) |
Initializes the component. |
This component takes raw audio messages as its input and produces similar messages, containing at most a specified amount of data.
bool MIPAudioSplitter::init | ( | MIPTime | interval | ) |
This function (re)initializes the component.
interval | The messages sent to the output will contain the amount of data corresponding to this parameter. |