LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
sound.h
Go to the documentation of this file.
1#ifndef __xenon_sound_h
2#define __xenon_sound_h
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8 /* you init, you get the nr. of LE, 16bit x 2 channels, signed audio bytes to write, and submit that as max. */
9
10void xenon_sound_init(void);
11void xenon_sound_submit(void *data, int len);
12int xenon_sound_get_free(void);
14
15#ifdef __cplusplus
16};
17#endif
18
19#endif
int xenon_sound_get_free(void)
Definition: sound.c:92
void xenon_sound_init(void)
Definition: sound.c:15
void xenon_sound_submit(void *data, int len)
Definition: sound.c:68
int xenon_sound_get_unplayed(void)
Definition: sound.c:110
union @15 data