Open Sound System |
Do you have problems with sound/audio application development? Don't panic! Click here for help! |
This format was added to OSS by mistake several years ago. Do not use it. It's not a part of the API and it will be removed from OSS (soundcard.h) after 2010.
The industry standard is to use signed 16 bit audio formats such as AFMT_S16_LE. Signed formats such as AFMT_U16_LE are never used in real world applications.