freebsd-ports/audio/pulseaudio-qt/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

8 lines
426 B
Text

Pulseaudio bindings for Qt.
PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for
your sound applications. It allows you to do advanced operations on your sound
data as it passes between your application and your hardware. Things like
transferring the audio to a different machine, changing the sample format or
channel count and mixing several sounds into one are easily achieved using a
sound server.