README
上传用户:nini_0081
上传日期:2022-07-21
资源大小:2628k
文件大小:2k
源码类别:

多媒体编程

开发平台:

DOS

  1. SDL_mixer 1.2
  2. The latest version of this library is available from:
  3. http://www.libsdl.org/projects/SDL_mixer/
  4. Due to popular demand, here is a simple multi-channel audio mixer.
  5. It supports 8 channels of 16 bit stereo audio, plus a single channel
  6. of music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3
  7. libraries.
  8. See the header file SDL_mixer.h and the examples playwave.c and playmus.c
  9. for documentation on this mixer library.
  10. The mixer can currently load Microsoft WAVE files and Creative Labs VOC
  11. files as audio samples, and can load MIDI files via Timidity and the
  12. following music formats via MikMod:  .MOD .S3M .IT .XM. It can load
  13. Ogg Vorbis streams as music if built with Ogg Vorbis or Tremor libraries,
  14. and finally it can load MP3 music using the SMPEG or libmad libraries.
  15. Tremor decoding is disabled by default; you can enable it by passing
  16. --enable-music-ogg-tremor
  17. to configure, or by defining OGG_MUSIC and OGG_USE_TREMOR.
  18. libmad decoding is disabled by default; you can enable it by passing
  19. --enable-music-mp3-mad
  20. to configure, or by defining MP3_MAD_MUSIC
  21. vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  22. WARNING: The license for libmad is GPL, which means that in order to
  23.          use it your application must also be GPL!
  24. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  25. The process of mixing MIDI files to wave output is very CPU intensive,
  26. so if playing regular WAVE files sound great, but playing MIDI files
  27. sound choppy, try using 8-bit audio, mono audio, or lower frequencies.
  28. To play MIDI files, you'll need to get a complete set of GUS patches
  29. from:
  30. http://www.libsdl.org/projects/mixer/timidity/timidity.tar.gz
  31. and unpack them in /usr/local/lib under UNIX, and C: under Win32.
  32. This library is available under the GNU Library General Public License,
  33. see the file "COPYING" for details.