RAS (File Format)
From Wexos's Wiki
RAS is a streamable audio file format used in Donkey Kong Country Returns.
File Format
Header
The file starts with the following header:
| Offset | Type | Description |
|---|---|---|
| 0x00 | Char[4] | File magic. Always RAS_ (0x5241535F) in ASCII. |
| 0x04 | UInt32 | Unknown. |
| 0x08 | UInt32 | Unknown. |
| 0x0C | UInt32 | Unknown. |
| 0x10 | UInt32 | Unknown, possibly number of channels. |
| 0x14 | UInt32 | Sample rate in Hz. |