Closed aviks closed 2 years ago
Mix_LoadWAV_RW
is present.
Also, Mix_PlayChannel
seems to be missing, though Mix_PlayChannelTimed
is present. In either case the missing functions are a thin wrapper around the function that exists (if that helps)
cc: @Gnimuc
Mix_LoadWAV
and Mix_PlayChannel
are both helper macros that should be manually implemented on the Julia side.
https://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer.html#SEC19