Raw Audio Conversion
Posted
by Walidix
on Stack Overflow
See other posts from Stack Overflow
or by Walidix
Published on 2010-04-20T23:43:15Z
Indexed on
2010/05/19
0:30 UTC
Read the original article
Hit count: 269
multimedia
|gstreamer
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
© Stack Overflow or respective owner