Working audio implementation contributed by Joseph Lunderville
This commit is contained in:
parent
a409f9858f
commit
4f9db82a4c
5 changed files with 291 additions and 148 deletions
|
@ -34,9 +34,8 @@ struct SDL_PrivateAudioData
|
|||
/* The file descriptor for the audio device */
|
||||
Uint8 *mixbuf;
|
||||
Uint32 mixlen;
|
||||
Uint32 write_delay;
|
||||
Uint32 initial_calls;
|
||||
};
|
||||
|
||||
#endif /* _SDL_androidaudio_h */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue