Commit graph

5 commits

Author SHA1 Message Date
minskim
44392c7ea0 Make xanalyser build on Linux.
- Include endian.h instead of machine/endian.h.
  - Include byteswap.h instead of sys/bswap.h.
  - Replace -lossaudio with LIBOSSAUDIO.
2004-05-03 17:00:42 +00:00
minskim
675f955559 No need to replace sys/soundcard.h with soundcard.h, because
ossaudio.buildlink3.mk creates sys/soundcard.h if it is not available.
2004-05-03 16:25:07 +00:00
dmcmahill
d48b21835d use correct header for bswap functions. Also fix the test for byte ordering.
fixes complition problem noted in latest alpha bulk build.
2002-08-09 01:58:02 +00:00
schmonz
1dfd4a12bd * Use ossaudio.buildlink.mk.
* Include <ctype.h> for tolower() prototype.
* Fix pkg/16755 with patch from rxg (thanks!).
* Bump PKGREVISION (PLIST change).
2002-05-12 14:47:11 +00:00
schmonz
883c1cbfb0 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.
2002-04-23 03:33:26 +00:00