Skip to content

Commit 1822ce8

Browse files
committed
Update readme for new formats
1 parent d9df2cb commit 1822ce8

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

README.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,25 @@ string? extension = bank.Header.AudioType.FileExtension();
5454

5555
Alternatively, you can consult the table below:
5656

57-
| Format | Supported? | Extension | Notes |
58-
| :-----: | :--------------: | :---------: | :----------: |
59-
| PCM8 | ✔️ | wav | |
60-
| PCM16 | ✔️ | wav | |
61-
| PCM24 || | No games have ever been observed in the wild using this format. |
62-
| PCM32 | ✔️ | wav | Supported in theory. No games have ever been observed in the wild using this format. |
63-
| PCMFLOAT || | Seen in at least one JRPG. |
64-
| GCADPCM | ✔️ | wav | Tested with single-channel files. Not tested with stereo, but should work in theory. Seen in Unity games. |
65-
| IMAADPCM | ✔️ | wav | Seen in Unity games. |
66-
| VAG || | No games have ever been observed in the wild using this format. |
67-
| HEVAG || | Very rarely used - only example I know of is a game for the PS Vita. |
68-
| XMA || | Mostly used on Xbox 360. |
69-
| MPEG || | Used in some older games. |
70-
| CELT || | Used in some older indie games. |
71-
| AT9 || | Native format for PlayStation Audio, including in Unity games. |
72-
| XWMA || | No games have ever been observed in the wild using this format. |
73-
| VORBIS | ✔️ | ogg | Very commonly used in Unity games. |
57+
| Format | Supported? | Extension | Notes |
58+
|:--------:|:----------:|:---------:|:---------------------------------------------------------------------------------------------------------:|
59+
| PCM8 | ✔️ | wav | |
60+
| PCM16 | ✔️ | wav | |
61+
| PCM24 || | No games have ever been observed in the wild using this format. |
62+
| PCM32 | ✔️ | wav | Supported in theory. No games have ever been observed in the wild using this format. |
63+
| PCMFLOAT || | Seen in at least one JRPG. |
64+
| GCADPCM | ✔️ | wav | Tested with single-channel files. Not tested with stereo, but should work in theory. Seen in Unity games. |
65+
| IMAADPCM | ✔️ | wav | Seen in Unity games. |
66+
| VAG || | No games have ever been observed in the wild using this format. |
67+
| HEVAG || | Very rarely used - only example I know of is a game for the PS Vita. |
68+
| XMA || | Mostly used on Xbox 360. |
69+
| MPEG || | Used in some older games. |
70+
| CELT || | Used in some older indie games. |
71+
| AT9 || | Native format for PlayStation Audio, including in Unity games. |
72+
| XWMA || | No games have ever been observed in the wild using this format. |
73+
| VORBIS | ✔️ | ogg | Very commonly used in Unity games. |
74+
| FADPCM | ✔️ | wav | Seems to be used in Unreal Engine games. |
75+
| OPUS || | ? |
7476

7577
# Acknowledgements
7678

0 commit comments

Comments
 (0)