Open Sound System |
Do you have problems with sound/audio application development? Don't panic! Click here for help! |
This waa the format used when the computer sound business was young. Most devices still support this format today. However there is no need to use it any more.
The problem of this format is that it's unsigned. It must be converted to signed value before it can be done. This can be done substracting 128 from the unsihned sample. Another way to do this is XORing the value with 128 (0x80).