While, I'm reading gstreamer document I found this: " Audioconvert converts raw audio buffers between various possible formats. It supports integer to float conversion, width/depth conversion, signedness and endianness conversion and channel transformations." I only understand
- "depth" (bit number per sample)
- "signedness and endianness" (for data representation)
And now, I'm looking for explanations of :
- "integer to float conversion"
- "width"
- "channel transformations"
Thanks in advance