diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-04-23 03:33:26 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-04-23 03:33:26 +0000 |
commit | 883c1cbfb0b011be32bbdd992cb0d881c096bcd6 (patch) | |
tree | 316679bee52f6fe527724366098fe0e2828b78d6 /audio/xanalyser/patches/patch-ah | |
parent | 408c5305410c46a741ae66a409b9cb3ef08e0316 (diff) | |
download | pkgsrc-883c1cbfb0b011be32bbdd992cb0d881c096bcd6.tar.gz |
Import xanalyser-1.21. Patches and approval by garbled.
The frequency analyser showes the frequency spectrum of the source,
either separately for both channels or together. Roughly speaking
the XY scope draws a plots where the left channel is used for the
x axis and the right channel for the y axis. Thus a audio signal
only present on the left channel produces a horizontal line, whereas
a audio signal only present on the right channel produces a vertical
line. Can be used as a PC-Based RTA.
Diffstat (limited to 'audio/xanalyser/patches/patch-ah')
-rw-r--r-- | audio/xanalyser/patches/patch-ah | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/xanalyser/patches/patch-ah b/audio/xanalyser/patches/patch-ah new file mode 100644 index 00000000000..87775136e65 --- /dev/null +++ b/audio/xanalyser/patches/patch-ah @@ -0,0 +1,12 @@ +$NetBSD: patch-ah,v 1.1.1.1 2002/04/23 03:33:27 schmonz Exp $ + +--- src/XAnalyser.ad.h.orig Sat Dec 1 20:07:38 2001 ++++ src/XAnalyser.ad.h +@@ -1,6 +1,6 @@ + "XAnalyser.SampleSpeed: 44100", + "XAnalyser.SampleLength: 2048", +-"XAnalyser.SampleDevice: /dev/dsp", ++"XAnalyser.SampleDevice: /dev/audio", + "XAnalyser.DCAdjust: True", + "XAnalyser.Source: Soundcard", + "XAnalyser.Filename: test.cdr", |