OS4 DepotLogo by Alkaron 
(anonymous IP: 10.3.181.86,0) 
 HomeRecentStatsSearchMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (204)
   o Development (607)
   o Document (24)
   o Driver (98)
   o Emulation (150)
   o Game (1023)
   o Graphics (509)
   o Library (119)
   o Network (237)
   o Office (67)
   o Utility (935)
   o Video (70)

Total files: 4437

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  UtilityBase
  IntuitionBase
  AmigaBounty


Support the site


 Readme for:  Development » Library » Audio » libsdl_mixer.lha

SDL_mixer

Description: SDL mixer library
Download: libsdl_mixer.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 3Mb
Version: 1.2.13-git
Date: 19 May 25
Author: Sam Lantinga, Stephane Peter, Ryan Gordon
Submitter: Michael Trebilcock
Homepage: https://github.com/libsdl-org/SDL_mixer/tree/SDL-1.2
Category: development/library/audio
Replaces: development/library/audio/libsdl_mixer.lha
License: Other
Distribute: yes
Min OS Version: 4.1
FileID: 13357
 
Comments: 10
Snapshots: 0
Videos: 0
Downloads:  (Current version)

[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] 
Changes

SDL_mixer 1.2.13 (18 May 2025)
- Git revision 0eb9afc SDL-1.2 branch.
  This uses libmpg123 instead of libsmpeg.

---

Previous changes by salass00

SDL_mixer 1.2.12 (9 Dec 2017)
- Recompiled and relinked with latest .so files.

SDL_mixer 1.2.12 (13 Mar 2013)
- Added version number to sobj name.
- Enabled modplug module support.

SDL_mixer 1.2.12 (23 Jul 2012)
- Disabled usage of SDL_LoadObject() as this feature is not implemented in
  current AmigaOS 4.x SDL.

--- original readme ---

SDL_mixer 1.2

The latest version of this library is available from:
http://www.libsdl.org/projects/SDL_mixer/

Due to popular demand, here is a simple multi-channel audio mixer.
It supports 8 channels of 16 bit stereo audio, plus a single channel
of music, mixed by the popular MikMod MOD, Timidity MIDI, and mpg123 MP3
libraries.

See the header file SDL_mixer.h and the examples playwave.c and playmus.c
for documentation on this mixer library.

The mixer can currently load Microsoft WAVE files and Creative Labs VOC
files as audio samples, and can load MIDI files via Timidity and the
following music formats via MikMod:  .MOD .S3M .IT .XM. It can load
Ogg Vorbis streams as music if built with Ogg Vorbis or Tremor libraries,
and finally it can load MP3 music using the libmpeg123 or libmad libraries.

Tremor decoding is disabled by default; you can enable it by passing
        --enable-music-ogg-tremor
to configure, or by defining OGG_MUSIC and OGG_USE_TREMOR.

libmad decoding is disabled by default; you can enable it by passing
        --enable-music-mp3-mad
to configure, or by defining MP3_MAD_MUSIC
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
WARNING: The license for libmad is GPL, which means that in order to
         use it your application must also be GPL!
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The process of mixing MIDI files to wave output is very CPU intensive,
so if playing regular WAVE files sound great, but playing MIDI files
sound choppy, try using 8-bit audio, mono audio, or lower frequencies.

To play MIDI files, you'll need to get a complete set of GUS patches
from:
http://www.libsdl.org/projects/mixer/timidity/timidity.tar.gz
and unpack them in /usr/local/lib under UNIX, and C: under Win32.

This library is under the zlib license, see the file "COPYING" for details.

File Version Size Date OS Dls Readme
libsdl2_mixer.lha2.8.14Mb13 May 254.1¤ SDL2_mixer - Mixer library for Simple DirectMedia Layer 2.x
libsdl2_sound.lha1.0.32Mb02 Feb 204.13¤ libSDL2_sound - SDL2 abstract soundfile decoder
libsdl_sound.lha1.0.3269kb03 Mar 144.05¤ Libsdl_sound - SDL abstract soundfile decoder
Copyright (c) 2004-2025 by Björn Hagström All Rights Reserved
Amiga OS and its logos are registered trademarks of Hyperion Entertainment