From owner-cvs-all@FreeBSD.ORG Thu Nov 9 18:41:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 F06F316A49E; Thu, 9 Nov 2006 18:41:59 +0000 (UTC) (envelope-from xride@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A174543D46; Thu, 9 Nov 2006 18:41:59 +0000 (GMT) (envelope-from xride@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA9IfxT8063700; Thu, 9 Nov 2006 18:41:59 GMT (envelope-from xride@repoman.freebsd.org) Received: (from xride@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA9Ifxc4063699; Thu, 9 Nov 2006 18:41:59 GMT (envelope-from xride) Message-Id: <200611091841.kA9Ifxc4063699@repoman.freebsd.org> From: Soeren Straarup Date: Thu, 9 Nov 2006 18:41:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/xanalyser Makefile distinfo pkg-descr ports/audio/xanalyser/files patch-Makefile.in patch-src_Sample.cc patch-src_pcm-cdr.cc patch-src_pcm-wav.cc patch-src_pcm.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 09 Nov 2006 18:42:00 -0000 xride 2006-11-09 18:41:59 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/xanalyser Makefile distinfo pkg-descr audio/xanalyser/files patch-Makefile.in patch-src_Sample.cc patch-src_pcm-cdr.cc patch-src_pcm-wav.cc patch-src_pcm.cc Log: Add xanalyser 1.29 XAnalyser is a program to analyse a stereo audio signal. It has two displays: Frequency Spectrum Using Fast Fourier Transform, the time domain of the signal is transformed into the frequency domain, i.e. the amplitude (in logarithmic scale) of the audio signal is plotted versus the frequency. Either the sum of the left and right channel of the audio signal can be shown or both channels simultaneously. XY Scope Roughly speaking, the audio signal of left channel deflects a point horizontally and the right channel vertically (just as the beam of a CRT would do). Thus, an audio signal only present on the left channel produces a horizontal line, whereas an audio signal only present on the right channel produces a vertical line. A mono signal produces a 45 degree line. A stereo signal creates a wilde pattern (if the phase is correct, predominately in the same direction as a mono signal) or may even fill the entire scope. WWW: http://arvin.schnell-web.net/xanalyser/ PR: 105059 Submitted by: Diane Bruce Approved by: tmclaugh (mentor) Revision Changes Path 1.784 +1 -0 ports/audio/Makefile 1.1 +27 -0 ports/audio/xanalyser/Makefile (new) 1.1 +3 -0 ports/audio/xanalyser/distinfo (new) 1.1 +11 -0 ports/audio/xanalyser/files/patch-Makefile.in (new) 1.1 +11 -0 ports/audio/xanalyser/files/patch-src_Sample.cc (new) 1.1 +11 -0 ports/audio/xanalyser/files/patch-src_pcm-cdr.cc (new) 1.1 +11 -0 ports/audio/xanalyser/files/patch-src_pcm-wav.cc (new) 1.1 +47 -0 ports/audio/xanalyser/files/patch-src_pcm.cc (new) 1.1 +20 -0 ports/audio/xanalyser/pkg-descr (new)