Emscripten: make CloseAudio actually close audio
cf. https://bugzilla.libsdl.org/show_bug.cgi?id=4176
This commit is contained in:
parent
6520a3dbe0
commit
5a3f2fc79e
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ EMSCRIPTENAUDIO_OpenDevice(_THIS, void *handle, const char *devname, int iscaptu
|
||||||
}
|
}
|
||||||
SDL_zerop(this->hidden);
|
SDL_zerop(this->hidden);
|
||||||
#endif
|
#endif
|
||||||
|
this->hidden = (struct SDL_PrivateAudioData *)0x1;
|
||||||
|
|
||||||
/* limit to native freq */
|
/* limit to native freq */
|
||||||
this->spec.freq = EM_ASM_INT_V({ return SDL2.audioContext.sampleRate; });
|
this->spec.freq = EM_ASM_INT_V({ return SDL2.audioContext.sampleRate; });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue