PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
spu.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MAX_VOLUME   0x3fff
 
#define SPU_BUF_SZ   2048
 
#define SD_CORE_0   0
 
#define SD_CORE_1   1
 
#define SD_INIT_COLD   0
 
#define SD_VOICE_KEYON   (0x15<<8)
 
#define SD_VOICE_KEYOFF   (0x16<<8)
 
#define SD_VOICE_START   ((0x20<<8)|(0x1<<6))
 

Detailed Description

SPU definitions header

Definition in file spu.h.

Macro Definition Documentation

◆ MAX_VOLUME

#define MAX_VOLUME   0x3fff

Definition at line 18 of file spu.h.

◆ SPU_BUF_SZ

#define SPU_BUF_SZ   2048

Definition at line 23 of file spu.h.

◆ SD_CORE_0

#define SD_CORE_0   0

Definition at line 27 of file spu.h.

◆ SD_CORE_1

#define SD_CORE_1   1

Definition at line 28 of file spu.h.

◆ SD_INIT_COLD

#define SD_INIT_COLD   0

Definition at line 30 of file spu.h.

◆ SD_VOICE_KEYON

#define SD_VOICE_KEYON   (0x15<<8)

Definition at line 32 of file spu.h.

◆ SD_VOICE_KEYOFF

#define SD_VOICE_KEYOFF   (0x16<<8)

Definition at line 33 of file spu.h.

◆ SD_VOICE_START

#define SD_VOICE_START   ((0x20<<8)|(0x1<<6))

Definition at line 34 of file spu.h.