To Multimedia File
Streaming audio to a multimedia file.
Ports
Input
Audio - incoming audio file
scalar
| vector
| matrix M by N
The input signal is interpreted as an M by N matrix, where M is the number of samples, N is the number of channels. That is, a scalar signal will be considered a single-channel signal with the number of samples equal to 1, and a vector will be considered a single-channel signal with the number of samples equal to the length of the vector.
Parameters
Main
File name - multimedia file name
/user/output.wav (by default)
| string
Specify the name of the multimedia file as a vector of characters.
Audio output data type - audio output data type
16-bit integer (By default)
| Determine from input data type
| 8-bit integer
| 24-bit integer
| 32-bit integer
| 32-bit float
| 64-bit float
Specify the data type for audio samples input through the Audio port.