From owner-cvs-all@FreeBSD.ORG Sun Oct 31 22:53:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6D6716A4CE; Sun, 31 Oct 2004 22:53:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8951043D2D; Sun, 31 Oct 2004 22:53:01 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9VMr1i3071002; Sun, 31 Oct 2004 22:53:01 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9VMr1ih071001; Sun, 31 Oct 2004 22:53:01 GMT (envelope-from marcus) Message-Id: <200410312253.i9VMr1ih071001@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 31 Oct 2004 22:53:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 22:53:01 -0000 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)