JuliaMultimedia/SimpleDirectMediaLayer.jl

Mix_LoadWAV seems to be missing

Closed this issue · 2 comments

aviks commented

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.