diff options
author | Soeren Straarup <xride@FreeBSD.org> | 2006-11-09 18:41:59 +0000 |
---|---|---|
committer | Soeren Straarup <xride@FreeBSD.org> | 2006-11-09 18:41:59 +0000 |
commit | 268605bcdde8d328317c2c2090dd0119fbefb0f3 (patch) | |
tree | ec0bcf24978e0398df7590a9c79f46fa1310c2d6 /audio/Makefile | |
parent | 255b9899895339d453cdfeccde34373ce2094676 (diff) | |
download | ports-268605bcdde8d328317c2c2090dd0119fbefb0f3.tar.gz ports-268605bcdde8d328317c2c2090dd0119fbefb0f3.zip |
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 <db@db.net>
Approved by: tmclaugh (mentor)
Notes
Notes:
svn path=/head/; revision=176947
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index d0186fc2f972..09dcaf007ae6 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -618,6 +618,7 @@ SUBDIR += wsoundserver SUBDIR += x11amp SUBDIR += x4x + SUBDIR += xanalyser SUBDIR += xaylet SUBDIR += xcd SUBDIR += xcdplayer |