summaryrefslogtreecommitdiff
path: root/audio/xanalyser
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-01-09Update to 1.24. No changelog available. Most visible change isschmonz11-176/+16
incorporation of most of our build patches.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-03Make xanalyser build on Linux.minskim4-29/+25
- Include endian.h instead of machine/endian.h. - Include byteswap.h instead of sys/bswap.h. - Replace -lossaudio with LIBOSSAUDIO.
2004-05-03Use C++ compiler.minskim1-1/+2
2004-05-03No need to replace sys/soundcard.h with soundcard.h, becauseminskim3-25/+6
ossaudio.buildlink3.mk creates sys/soundcard.h if it is not available.
2004-04-11bl3ifyxtraeme1-5/+5
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.