Sequence ToF32

std/conversion/vector/i16::ToF32


Inputs

value: Stream<Vec<i16>>

Outputs

↦ value: Stream<Vec<f32>>


Convert stream of Vec<i16> into Vec<f32> one.

Vec<i16> gets converted into Vec<f32>, and the resulting vectors are send through stream in continuity. This conversion is lossless, i16 values can all fit into f32.