OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.7 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../libsdl_sound/libsdl_sound.desc
  5. # Copyright (C) 2006 The OpenSDE Project
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. # Copyright (C) 1998 - 2003 Clifford Wolf
  8. #
  9. # More information can be found in the files COPYING and README.
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; version 2 of the License. A copy of the
  14. # GNU General Public License can be found in the file COPYING.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. [I] A library to decode popular audio formats
  17. [T] SDL_sound is a library that handles the decoding of several popular
  18. [T] sound file formats, such as .WAV and .MP3. It is meant to make the
  19. [T] programmer's sound playback tasks simpler. The programmer gives
  20. [T] SDL_sound a filename, or feeds it data directly from one of many
  21. [T] sources, and then reads the decoded waveform data back at her leisure.
  22. [T] If resource constraints are a concern, SDL_sound can process sound
  23. [T] data in programmer-specified blocks. Alternately, SDL_sound can decode
  24. [T] a whole sound file and hand back a single pointer to the whole
  25. [T] waveform. SDL_sound can also handle sample rate, audio format, and
  26. [T] channel conversion on-the-fly and behind-the-scenes, if the programmer
  27. [T] desires.
  28. [U] http://icculus.org/SDL_sound/
  29. [A] Ryan C. Gordon <icculus@clutteredmind.org>
  30. [M] The OpenSDE Community <list@opensde.org>
  31. [C] extra/multimedia
  32. [L] LGPL
  33. [S] Stable
  34. [V] 1.0.1
  35. [P] X -----5---9 213.300
  36. [D] 1077552736 SDL_sound-1.0.1.tar.gz http://icculus.org/SDL_sound/downloads/