Date: Sun, 31 Oct 2004 22:53:01 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/polypaudio Makefile distinfo pkg-descr pkg-install pkg-plist ports/audio/polypaudio/files patch-config.h.in patch-configure patch-polyp_packet.h ... Message-ID: <200410312253.i9VMr1ih071001@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcus 2004-10-31 22:53:01 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/polypaudio Makefile distinfo pkg-descr pkg-install pkg-plist audio/polypaudio/files patch-config.h.in patch-configure patch-polyp_Makefile.in patch-polyp_default.pa.in patch-polyp_packet.h patch-polyp_polyplib-context.c patch-polyp_socket-util.c patch-polyp_util.c Log: Add polypaudio, a sound server for UNIX that is designed to be a drop-in replacement for ESOUND with a few more bells and whistles: * Extensible plugin architecture (by loading dynamic loadable modules with dlopen()) * Support for more than one sink/source * Better low latency behaviour * Embedabble into other software (the core is available as C library) * Completely asynchronous C API * Simple command line interface for reconfiguring the daemon while running * Flexible, implicit sample type conversion and resampling * "Zero-Copy" architecture * Module autoloading * Very accurate latency measurement for playback and recordin. * May be used to combine multiple sound cards to one (with sample rate adjustment) * Client side latency interpolation Revision Changes Path 1.564 +1 -0 ports/audio/Makefile 1.1 +57 -0 ports/audio/polypaudio/Makefile (new) 1.1 +2 -0 ports/audio/polypaudio/distinfo (new) 1.1 +15 -0 ports/audio/polypaudio/files/patch-config.h.in (new) 1.1 +11 -0 ports/audio/polypaudio/files/patch-configure (new) 1.1 +20 -0 ports/audio/polypaudio/files/patch-polyp_Makefile.in (new) 1.1 +20 -0 ports/audio/polypaudio/files/patch-polyp_default.pa.in (new) 1.1 +17 -0 ports/audio/polypaudio/files/patch-polyp_packet.h (new) 1.1 +10 -0 ports/audio/polypaudio/files/patch-polyp_polyplib-context.c (new) 1.1 +58 -0 ports/audio/polypaudio/files/patch-polyp_socket-util.c (new) 1.1 +56 -0 ports/audio/polypaudio/files/patch-polyp_util.c (new) 1.1 +21 -0 ports/audio/polypaudio/pkg-descr (new) 1.1 +22 -0 ports/audio/polypaudio/pkg-install (new) 1.1 +112 -0 ports/audio/polypaudio/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410312253.i9VMr1ih071001>