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

10 lines
583 B
Text

This project an open-source implementation of VBAN protocol. VBAN is a
simple audio over UDP protocol proposed by VB-Audio. It is composed of
several command-line tools allowing to stream audio coming from audio
backend interfaces to VBAN stream (vban_emitter) or play incoming VBAN
stream to audio backend interfaces (vban_receptor), or send text over
the VBAN protocol (vban_sendtext).
ALSA, Jack, and PulseAudio audio backends have been implemented. FIFO
(pipe) output is also available, to allow chaining command-line tools,
and a file output too (for writing raw PCM data).