emscriptenaudio: Reworked to use SDL_AudioStream.

This commit is contained in:
Ryan C. Gordon
2017-01-05 21:31:02 -05:00
parent 3761b5f60b
commit f07a1a5ad5
3 changed files with 83 additions and 155 deletions

View File

@@ -30,12 +30,7 @@
struct SDL_PrivateAudioData
{
Uint8 *mixbuf;
Uint32 mixlen;
Uint32 conv_in_len;
Uint32 write_off, read_off;
int unused;
};
#endif /* _SDL_emscriptenaudio_h */