summaryrefslogtreecommitdiff
path: root/audio/xanalyser/patches
AgeCommit message (Collapse)AuthorFilesLines
2005-12-11DragonFly support.joerg2-0/+44
2005-01-09Update to 1.24. No changelog available. Most visible change isschmonz9-161/+10
incorporation of most of our build patches.
2004-05-03Make xanalyser build on Linux.minskim3-25/+21
- Include endian.h instead of machine/endian.h. - Include byteswap.h instead of sys/bswap.h. - Replace -lossaudio with LIBOSSAUDIO.
2004-05-03No need to replace sys/soundcard.h with soundcard.h, becauseminskim2-22/+4
ossaudio.buildlink3.mk creates sys/soundcard.h if it is not available.
2002-08-09use correct header for bswap functions. Also fix the test for byte ordering.dmcmahill2-3/+12
fixes complition problem noted in latest alpha bulk build.
2002-05-12* Use ossaudio.buildlink.mk.schmonz2-2/+27
* 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.schmonz9-0/+174
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.