JuliaMultimedia / SimpleDirectMediaLayer.jl

SDL2
MIT License
81 stars 18 forks source link

Mix_LoadWAV seems to be missing #58

Closed aviks closed 2 years ago

aviks commented 3 years ago

https://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer.html#SEC19

aviks commented 3 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

Gnimuc commented 3 years ago

Mix_LoadWAV and Mix_PlayChannel are both helper macros that should be manually implemented on the Julia side.