OBD:SNDD/aif
< OBD:SNDD
Jump to navigation
Jump to search
Oni uses in the Mac version the AIFC format. The header of this format is explained below.
Offset | Type | Raw Hex | Value | Description |
---|---|---|---|---|
AIFC format header (black outline) - Note: You have to read the Raw Hex content from left to right | ||||
0x10 | int32 | 00 00 00 16 | 22 | size of the following complete header part in bytes |
0x14 | int16 | 00 01 | 1 | number of channels (1 = mono) |
0x16 | int32 | 00 00 01 3F | 319 | File:Sndd hm1.gif |
0x1A | int16 | 00 10 | 16 | bits per sample |
0x1C | float80 | 40 0D AC... | 22050 | samples per second; (also known as "frequency" or "sample rate"); (it's an 80 bit "IEEE Standard 754" floating point number) |
0x26 | char[4] | 69 6D 61 34 | ima4 | compression type |