freebsd-ports/audio/sdl_audiolib/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

7 lines
365 B
Text

This is a small and simple to use C++ library for playing various
audio formats. It is a thin (-ish) wrapper around existing resampling
(like SRC or SoX) and decoding libraries (like libmpg123 or libvorbis.)
It was written as a replacement for SDL_mixer, due to SDL_mixer's
lack of multiple music streams, limited audio format support and
poor resampling quality.