format
This commit is contained in:
parent
cfe823b25d
commit
cd1efe40ad
5 changed files with 46 additions and 47 deletions
|
|
@ -13,7 +13,7 @@ extern "C" {
|
|||
#define MDEAudioRate 48000
|
||||
|
||||
/* S16, stereo. frames*2*2 == bytes */
|
||||
typedef void(*MDEAudioHandler)(void* handle, void* user, void* data, int frames);
|
||||
typedef void (*MDEAudioHandler)(void* handle, void* user, void* data, int frames);
|
||||
|
||||
/* driver functions */
|
||||
void* MDEAudioOpen(MDEAudioHandler handler, void* user);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue