How would you go about splitting a music file (preferably mp3) into chunks? I am usi开发者_运维百科ng the SDL_mixer API. There may be some useful functions in there but I couldn\'t find any.
I\'m not actually well versed in C++ or SDL_Mixer, but I\'m asking this question anyway on behalf on the Doom community.Put simply, nobody writing Doom source ports can seem to figure out how to contr
I load my music 开发者_如何学Gotrack using SDL_mixer function: Mix_Music * SDLCALL Mix_LoadMUS(const char *file);