pkgsrc-wip/rsound/PLIST
Blue Rats 842a2edb0d Import rsound-1.1 as wip/rsound.
This package provides two programs:

rsd -		The server which PCM data is streamed to over TCP/IP or Unix
		domain sockets, Sound is played back with a low latency
		depending on what backend is used. It supports several
		connections to be played back at the same time.

rsdplay -	The client which streams PCM data recieved from stdin to a
		rsoundserv. The code in rsdplay is mostly for reference.
2012-10-03 22:45:58 +00:00

11 lines
233 B
Text

@comment $NetBSD: PLIST,v 1.1 2012/10/03 22:45:58 othyro Exp $
bin/rsd
bin/rsdplay
include/rsound.h
lib/librsound.a
lib/librsound.so
lib/librsound.so.3
lib/librsound.so.3.0.0
lib/pkgconfig/rsound.pc
man/man1/rsd.1
man/man1/rsdplay.1