Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
incorporation of most of our build patches.
|
|
- Include endian.h instead of machine/endian.h.
- Include byteswap.h instead of sys/bswap.h.
- Replace -lossaudio with LIBOSSAUDIO.
|
|
ossaudio.buildlink3.mk creates sys/soundcard.h if it is not available.
|
|
fixes complition problem noted in latest alpha bulk build.
|
|
|
|
* Include <ctype.h> for tolower() prototype.
* Fix pkg/16755 with patch from rxg (thanks!).
* Bump PKGREVISION (PLIST change).
|
|
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.
|