SDL_mixer icon indicating copy to clipboard operation
SDL_mixer copied to clipboard

suggest Mix_MusicInterface add type check

Open baidwwy opened this issue 3 years ago • 2 comments

https://github.com/libsdl-org/SDL_mixer/blob/6845d9f3cb3f35542f1ec7e74dba6b30bf968959/src/mixer.c#L550

for example ~~music_type = detect_music_type(src);~~ interface->Checktype(src);

https://github.com/libsdl-org/SDL_mixer/issues/332

baidwwy avatar Feb 01 '22 17:02 baidwwy

https://github.com/libsdl-org/SDL_mixer/blob/6845d9f3cb3f35542f1ec7e74dba6b30bf968959/src/mixer.c#L539 https://github.com/libsdl-org/SDL_mixer/blob/6845d9f3cb3f35542f1ec7e74dba6b30bf968959/src/mixer.c#L554

I want to add sndfile, but this check is blocking me

baidwwy avatar Feb 01 '22 17:02 baidwwy

I think we want to just add the correct detection code to detect_music_type(), no?

slouken avatar May 21 '22 01:05 slouken

https://github.com/libsdl-org/SDL_mixer/pull/499

baidwwy avatar Aug 22 '23 17:08 baidwwy