./wip/rsound, Multi-platform, simple PCM audio server and client

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1, Package name: rsound-1.1, Maintainer: pkgsrc-users

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.


Required to run:
[audio/libao] [audio/libao-sun] [audio/libsamplerate] [audio/pulseaudio] [audio/openal-soft]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers] [x11/xorgproto]

Package options: libao, openal, oss, pulseaudio, samplerate

Master sites:

RMD160: 7d72b86dc68088226b8324e7fe8d56e79595495b
Filesize: 126.765 KB

Version history: (Expand)


CVS history: (Expand)


   2015-03-15 22:03:23 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix option variable name.
   2012-12-17 13:52:12 by Thomas Klausner | Files touched by this commit (1)
Log message:
BUILDLINK_PKGSRCDIR.rsound needs to be defined before it can be used
for options testing.
   2012-11-11 20:04:00 by othyro | Files touched by this commit (1)
Log message:
Added syslog option.
   2012-11-11 12:02:53 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix variable name (doesn't seem to solve the problem in retroarch though).
   2012-11-06 15:50:30 by othyro | Files touched by this commit (1)
Log message:
Added all PKG_BUILD_OPTIONS.
   2012-10-07 16:53:42 by Aleksej Saushev | Files touched by this commit (79)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-10-05 11:03:34 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix MASTER_SITES (no https necessary)
   2012-10-04 00:45:58 by othyro | Files touched by this commit (7)
Log message:
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.