freebsd-ports/audio/p5-Audio-Mixer/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
332 B
Text

Audio::Mixer - Perl extension for Sound Mixer control
This is just a very simple Perl interface which allows to set various
sound mixer parameters. The most important probably 'vol' (volume). The
list of all mixer parameters can be obtained using get_mixer_params()
function.
All values (lcval, rcval) are numbers in 0-100 range.