Giter Site home page Giter Site logo

wohlsoft / sdl-mixer-x Goto Github PK

View Code? Open in Web Editor NEW
100.0 16.0 24.0 7.67 MB

SDL Mixer X (Or "MixerX" shortly) - An audio mixer library based on the SDL library, a fork of SDL_mixer

Home Page: https://wohlsoft.github.io/SDL-Mixer-X/

License: Other

Shell 0.02% C 83.74% C++ 12.24% CMake 3.31% Visual Basic 6.0 0.69%
audio music audio-library sound submodule

sdl-mixer-x's Introduction

SDL Mixer X

An audio mixer library, a fork of SDL_mixer library

Description

SDL_Mixer is a sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular FLAC, OPUS, XMP, ModPlug, Timidity MIDI, FluidSynth, Ogg Vorbis, FLAC, and MPG123 MP3 libraries.

SDL Mixer X - is an extended fork made by Vitaly Novichkov "Wohlstand" in 13 January 2015. SDL_mixer is a quick and stable high-quality audio library, however, it has own bunch of defects such as incorrect playback of some WAV files, inability to choose MIDI backend in runtime, inability to customize Timidity patches path, No support for cross-fade and parallel streams playing (has only one musical stream. Using of very long Chunks is ineffective), etc. The goal of this fork is to resolve those issues, providing more extended functionality than was originally, and providing support for more audio formats.

License

The library does use many dependencies licensed differently, and the final license depends on which libraries you'll use and how (statically or dynamically).

The license of the library itself is ZLib as the mainstream SDL_mixer.

Building

See the docs/index.md file for details.

List of libraries

There are libraries that keeps MixerX library under ZLib:

Static linking

(BSD, ZLib, "Artistic", MIT, and "public domain" licenses are allows usage in closed-source projects)

  • libFLAC
  • libModPlug
  • libOGG
  • libOpus
  • libSDL2
  • libTimidity-SDL
  • libVorbis
  • libZlib
  • dr_mp3
  • dr_flac
  • stb-vorbis

LGPL-license libraries

LGPL allows usage in closed-source projects when LGPL-licensed components are linked dynamically. Note, once you link those libraries statically, the MixerX library gets LGPLv2.1+ license. They can be enabled if you set the -DMIXER_ENABLE_LGPL=ON CMake option.

  • libFluidLite
  • libGME when Nuked OPN2 or GEMS emulator is used
  • libMPG123
  • libXMP

GPL-license libraries

There are libraries making the MixerX being licensed as GPLv2+ or GPLv3+ with no matter how you will link them. They can be enabled if you set the -DMIXER_ENABLE_GPL=ON CMake option.

  • libADLMIDI
  • libOPNMIDI
  • libGME when MAME YM2612 emulator is used

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.