The stream
module is deprecated in IDOL Speech Server version 11.5 and later. Use the audio
module instead (see [audio] Module Configuration)
This module is still available for existing implementations, but it might be incompatible with new functionality. The module might be deleted in future.
The stream
module reads a stream of incoming audio data in real time. The data can then pass to other modules for further processing.
Mode | Input | Output | Description |
---|---|---|---|
a
|
Connects to the external binary audio stream and accepts audio samples. Produces windows of audio samples. |
Example:
a ← stream (_, input)
|