VAG (PlayStation)
From Just Solve the File Format Problem
(Difference between revisions)
m |
|||
Line 36: | Line 36: | ||
| (remainder of data) | | (remainder of data) | ||
|} | |} | ||
+ | |||
+ | == Notes == | ||
+ | |||
+ | * [https://psx.arthus.net/sdk/Psy-Q/DOCS/Devrefs/Filefrmt.pdf PlayStation file formats] on ''psx.arthus.net'' |
Revision as of 08:49, 29 August 2023
VAG is the PlayStation single waveform data format for ADPCM-encoded data of sampled sounds.
Specification
Variable | Type |
---|---|
Signature | VAGp
|
Version | 4 bytes |
Reserved | 4 bytes |
Data size | 4 bytes |
Sampling frequency | 4 bytes |
Name | 16 bytes |
Waveform data | (remainder of data) |
Notes
- PlayStation file formats on psx.arthus.net