Skip to content
Snippets Groups Projects
Commit b845a14f authored by Alexey Dokuchaev's avatar Alexey Dokuchaev
Browse files

Port of command-line VBAN (audio over UDP protocol) tools.

parent 32781aa0
No related branches found
No related tags found
No related merge requests found
......@@ -806,6 +806,7 @@
SUBDIR += umodplayer
SUBDIR += umurmur
SUBDIR += vamp-plugin-sdk
SUBDIR += vban
SUBDIR += vgmplay
SUBDIR += vimpc
SUBDIR += virtual_oss
......
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= vban
DISTVERSION= g20201011
CATEGORIES= audio
MAINTAINER= danfe@FreeBSD.org
COMMENT= Command-line VBAN (audio over UDP protocol) tools
LICENSE= GPLv3+
USES= autoreconf localbase
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= quiniouben
GH_TAGNAME= 4f69e5a
PLIST_FILES= bin/vban_emitter bin/vban_receptor bin/vban_sendtext
PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
OPTIONS_MULTI= BACKEND
OPTIONS_MULTI_BACKEND=ALSA JACK PULSEAUDIO
OPTIONS_DEFAULT= ALSA JACK
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
ALSA_CONFIGURE_OFF= --disable-alsa
JACK_LIB_DEPENDS= libjack.so:audio/jack
JACK_CONFIGURE_OFF= --disable-jack
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
PULSEAUDIO_CONFIGURE_OFF= --disable-pulseaudio
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
TIMESTAMP = 1602441870
SHA256 (quiniouben-vban-g20201011-4f69e5a_GH0.tar.gz) = c65f8544ccb104ca5f087ed1b4d0442ab9f68a817abba0ea57426be83b7a7546
SIZE (quiniouben-vban-g20201011-4f69e5a_GH0.tar.gz) = 35844
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).
WWW: https://github.com/quiniouben/vban
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment