MINF (File Format)
From Wexos's Wiki
(Redirected from MINF)
Under Construction
This article is not finished. Help improve it by adding accurate information or correcting grammar and spelling.
MINF (Music INFormation) is a file format found in v1.2 BARS files from Nintendo Switch games. It contains parameters related to external BWAV stream files.
File Format
Header
The file starts with a header. It has the following structure:
Offset | Type | Description |
---|---|---|
0x00 | Char[4] | File magic. Always MINF in ASCII. |
0x04 | UInt16 | Byte-order-mark. FE FF for big endian, FF FE for little endian. |
0x06 | UInt16 | Version number. |
0x08 | UInt32 | File size in bytes. |
Version List
Version | Found in |
---|---|
1.1 |
Tools
The following tools can handle MINF files:
- (none)