LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Functions
sound.h File Reference

Go to the source code of this file.

Functions

void xenon_sound_init (void)
 
void xenon_sound_submit (void *data, int len)
 
int xenon_sound_get_free (void)
 
int xenon_sound_get_unplayed (void)
 

Function Documentation

◆ xenon_sound_get_free()

int xenon_sound_get_free ( void  )

Definition at line 92 of file sound.c.

◆ xenon_sound_get_unplayed()

int xenon_sound_get_unplayed ( void  )

Definition at line 110 of file sound.c.

◆ xenon_sound_init()

void xenon_sound_init ( void  )

Definition at line 15 of file sound.c.

◆ xenon_sound_submit()

void xenon_sound_submit ( void *  data,
int  len 
)

Definition at line 68 of file sound.c.