mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
4ba786e49d
* Respect PTHREAD_{CFLAGS,LIBS} * Make sure pulse-dependent applications are linked against PTHREAD_LIBS [1] * Add missing pulse and pulse-access user and groups Reported by: Romain Tartiere <romain@blogreen.org> [1]
9 lines
481 B
Plaintext
9 lines
481 B
Plaintext
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
|
|
Win32 systems. A sound server is basically 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.
|
|
|
|
WWW: http://pulseaudio.org/
|