IOAF_NativeInt16ToFloat32
Converts native 16-bit integer float to 32-bit float
Declaration
void IOAF_NativeInt16ToFloat32(const SInt16 *src, Float32 *dest, unsigned int count);Parameters
- src:
Pointer to the data to convert
- dest:
Pointer to the converted data
- count:
The number of items to convert