ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <stdio.h>
#include <string.h>
#include <kernel.h>
#include <sifrpc.h>
#include <loadfile.h>
#include <tamtypes.h>
#include <audsrv.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 22 of file playadpcm.c.
References audsrv_adpcm_init(), audsrv_adpcm_set_volume(), audsrv_ch_play_adpcm(), audsrv_get_error_string(), audsrv_init(), audsrv_load_adpcm(), audsrv_quit(), audsrv_set_volume(), buffer, MAX_VOLUME, NULL, SifInitRpc(), and SifLoadModule().