CodePudding user response:
The PCM is small end of the standard model, need to pay attention to is, if it's about two channel data is about cross placedCodePudding user response:
Forgot to say, is a single channel, normal are small end, don't know why I run on the desktop is big end, and no parameter can be set size endCodePudding user response:
/*
The Function check_for_endianness () returns 1, if architecture
Is little endian, 0 in case of big endian.
*/
Int check_for_endianness ()
{
Unsigned int x=1;
Char * c=(char *) & amp; x;
Return (int) * c;
}
CodePudding user response:
This is a normal end and small end judgment CPU architecture, I am sure that my test laptops and desktops are small side, but the acquisition of 16 bit sampling points is a big end a small side