Package SDL_sound: Information

    Source package: SDL_sound
    Version: 1.0.3-alt6.git4a8ecd7
    Build time:  Mar 23, 2024, 01:12 AM
    Category: System/Libraries
    Report package bug
    License: LGPL-2.1+
    Summary: An abstract soundfile decoder
    Description: 
    SDL_sound is a library that handles the decoding of several popular
    sound file formats, such as .WAV and .MP3.  It is meant to make
    the programmer's sound playback tasks simpler.  The programmer
    gives SDL_sound a filename, or feeds it data directly from one of
    many sources, and then reads the decoded waveform data back at her
    leisure.  If resource constraints are a concern, SDL_sound can process
    sound data in programmer-specified blocks.  Alternately, SDL_sound
    can decode a whole sound file and hand back a single pointer to the
    whole waveform.  SDL_sound can also handle sample rate, audio format,
    and channel conversion on-the-fly and behind-the-scenes, if the
    programmer desires.

    List of rpms provided by this srpm:
    libSDL_sound (e2kv6, e2kv5, e2kv4, e2k)
    libSDL_sound-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    libSDL_sound-devel (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Leontiy Volodin


      1. libmikmod-devel
      2. libmodplug-devel
      3. doxygen
      4. libSDL-devel
      5. libphysfs-devel
      6. libsmpeg-devel
      7. libvorbis-devel
      8. libflac-devel
      9. libspeex-devel

    Last changed


    Aug. 27, 2021 Leontiy Volodin 1.0.3-alt6.git4a8ecd7
    - Disabled static libraries.
    July 13, 2021 Leontiy Volodin 1.0.3-alt5.git4a8ecd7
    - Built final-lgpl-revision version.
    Dec. 13, 2018 Leontiy Volodin 1.0.3-alt4
    - Fixed errors in physfsrwops.h (thanks debian)