Convert Data Streams Between Permitted Types

You can readily convert streams that are of the same intrinsic data type from one type to the other. For example, you can convert between the three variants of the audio sample data type. The general syntax for in-place type conversion is NewType:OldType.

For example, if the input is a stereo audio file but you want to process the left channel only, set:

[MySpeechToTextOnLeft]
l, r ← audio (STEREO, input)
f ← frontend (_, a:l)
...

_FT_HTML5_bannerTitle.htm