summaryrefslogtreecommitdiff
path: root/audio/xanalyser
AgeCommit message (Collapse)AuthorFilesLines
2002-09-21buildlink1 -> buildlink2jlam1-6/+7
2002-08-09use correct header for bswap functions. Also fix the test for byte ordering.dmcmahill3-6/+15
fixes complition problem noted in latest alpha bulk build.
2002-07-02Add RCS Id.wiz1-0/+1
2002-05-12* Use ossaudio.buildlink.mk.schmonz5-5/+34
* Include <ctype.h> for tolower() prototype. * Fix pkg/16755 with patch from rxg (thanks!). * Bump PKGREVISION (PLIST change).
2002-04-23Import xanalyser-1.21. Patches and approval by garbled.schmonz13-0/+215
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.