import audio/sndiortp, ok sthen

The sndiortp utility can record audio from a sndio(7) audio device
and send it on the network over RTP. Similarly it can receive audio
streams over RTP and play the result on the device.

This utility is mainly intended to test RTP capable audio equipment
but it may also be used to broadcast audio over a fast local area
network.
This commit is contained in:
ratchov
2025-07-06 09:58:07 +00:00
parent 179d816d6e
commit ec206d6434
4 changed files with 27 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
COMMENT= play RTP streams or send recorded audio over RTP
GH_ACCOUNT= ratchov
GH_PROJECT= sndiortp
GH_TAGNAME= v1.0.1
CATEGORIES= audio
MAINTAINER= Alexandre Ratchov <alex@caoua.org>
# BSD
PERMIT_PACKAGE= Yes
WANTLIB= c sndio
NO_TEST= Yes
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}"
.include <bsd.port.mk>
+2
View File
@@ -0,0 +1,2 @@
SHA256 (sndiortp-1.0.1.tar.gz) = A7L1rNKI9iBAIyzOOrRQKAXhAUwvMakWd7IKB5uEShc=
SIZE (sndiortp-1.0.1.tar.gz) = 10078
+6
View File
@@ -0,0 +1,6 @@
The sndiortp utility can record audio from a sndio(7) audio device and send it
on the network over RTP. Similarly it can receive audio streams over RTP and
play the result on the device.
This utility is mainly intended to test RTP capable audio equipment but
it may also be used to broadcast audio over a fast local area network.
+2
View File
@@ -0,0 +1,2 @@
@bin bin/sndiortp
@man man/man1/sndiortp.1