mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
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:
@@ -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>
|
||||
@@ -0,0 +1,2 @@
|
||||
SHA256 (sndiortp-1.0.1.tar.gz) = A7L1rNKI9iBAIyzOOrRQKAXhAUwvMakWd7IKB5uEShc=
|
||||
SIZE (sndiortp-1.0.1.tar.gz) = 10078
|
||||
@@ -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.
|
||||
@@ -0,0 +1,2 @@
|
||||
@bin bin/sndiortp
|
||||
@man man/man1/sndiortp.1
|
||||
Reference in New Issue
Block a user