VAG (PlayStation)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "'''VAG''' is the PlayStation single waveform data format for ADPCM-encoded data of sampled sounds. == Specification == {| class="wikitable" ! Variable ! Type |-...") |
(software & samples) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{FormatInfo | |
| + | |formattype=electronic | ||
| + | |subcat=Audio and Music | ||
| + | |extensions={{ext|vag}} | ||
| + | }} | ||
| − | + | [[Category:Resident Evil (1997)]] | |
| + | '''VAG''' is the PlayStation single waveform data format for [[ADPCM|ADPCM-encoded data]] of sampled sounds. | ||
| + | == Specification == | ||
{| class="wikitable" | {| class="wikitable" | ||
! Variable | ! Variable | ||
| Line 29: | Line 35: | ||
| (remainder of data) | | (remainder of data) | ||
|} | |} | ||
| + | |||
| + | == Software == | ||
| + | * [[FFmpeg]] | ||
| + | * [https://zxtune.bitbucket.io/ zxtune] | ||
| + | |||
| + | == Sample files == | ||
| + | * {{DexvertSamples|audio/vag}} | ||
| + | |||
| + | == Notes == | ||
| + | * [https://psx.arthus.net/sdk/Psy-Q/DOCS/Devrefs/Filefrmt.pdf PlayStation file formats] on ''psx.arthus.net'' | ||
Latest revision as of 22:05, 9 April 2024
VAG is the PlayStation single waveform data format for ADPCM-encoded data of sampled sounds.
Contents |
[edit] 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) |
[edit] Software
[edit] Sample files
[edit] Notes
- PlayStation file formats on psx.arthus.net