Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More modern backend for SDL_Mixer #244

Open
SDLBugzilla opened this issue Feb 11, 2021 · 5 comments
Open

More modern backend for SDL_Mixer #244

SDLBugzilla opened this issue Feb 11, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@SDLBugzilla
Copy link
Collaborator

This bug report was migrated from our old Bugzilla tracker.

Reported in version: unspecified
Reported for operating system, platform: All, All

Comments on the original bug report:

On 2018-04-09 23:44:01 +0000, RyanBram wrote:

Currently, sdl_mixer use some MIDI and Module playback library which have one or some of following drawback:

  • Copyleft licensed;
  • Too many dependencies;
  • Too old or unmaintained;
  • Have playback glitch.

I recommended SDL developer to look for alternative libraries, such as:

  1. TinySoundfont for MIDI
  2. libxmp_lite for IT, XM, MOD, and S3M
  3. MiniMP3 for MP3
@SDLBugzilla SDLBugzilla added the enhancement New feature or request label Feb 11, 2021
@slouken
Copy link
Collaborator

slouken commented May 20, 2022

TinySoundfont support would be fine, but still requires a sound font library. Feel free to add a PR that implements this, if the current MIDI support isn't sufficient for you.

We've switched to libmodplug for MOD support.

I just added support for MiniMP3, and switched to using that for MP3 support by default.

Thanks!

@slouken slouken closed this as completed May 20, 2022
@sezero
Copy link
Contributor

sezero commented May 20, 2022

I just added support for MiniMP3, and switched to using that for MP3 support by default.

dr_mp3 would have been a better choice, maybe?

@slouken
Copy link
Collaborator

slouken commented May 20, 2022

Yes, possibly. Let's look at that shortly.

@slouken slouken reopened this May 20, 2022
@sezero
Copy link
Contributor

sezero commented May 20, 2022

sdl12-compat uses it, @icculus' SDL_sound uses it, it is pretty well proven.

@slouken
Copy link
Collaborator

slouken commented May 21, 2022

Yep, I plan to swap it out for minimp3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants