VAG file. More...
#include <psxspu.h>
Data Fields | |
unsigned int | version |
Version. | |
unsigned int | data_size |
Data size. | |
unsigned int | sample_rate |
Sample rate. | |
unsigned char | name [16] |
Name. | |
void * | data |
Pointer to sound data. | |
unsigned int | spu_addr |
Address in Sound RAM where the sound data was uploaded. | |
char | cur_voice |
[Runtime] Voice this VAG is currently being played on | |
VAG file.
char SsVag::cur_voice |
[Runtime] Voice this VAG is currently being played on
void* SsVag::data |
Pointer to sound data.
unsigned int SsVag::data_size |
Data size.
unsigned char SsVag::name[16] |
Name.
unsigned int SsVag::sample_rate |
Sample rate.
unsigned int SsVag::spu_addr |
Address in Sound RAM where the sound data was uploaded.
unsigned int SsVag::version |
Version.