|
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>
Include dependency graph for playwav.c:Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 23 of file playwav.c.
References audsrv_get_error_string(), audsrv_init(), audsrv_play_audio(), audsrv_quit(), audsrv_set_format(), audsrv_set_volume(), audsrv_wait_audio(), audsrv_fmt_t::bits, audsrv_fmt_t::channels, audsrv_fmt_t::freq, MAX_VOLUME, NULL, SifInitRpc(), and SifLoadModule().