diff options
author | garbled <garbled> | 1998-10-28 05:43:20 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-10-28 05:43:20 +0000 |
commit | 3986be58783c7d6350044496b48c751486a180b9 (patch) | |
tree | 93d4fce8f47cb3f8def1692eab993731e5e18f8c /audio/tosha | |
parent | 3497602dc7b3fe23afaa4e363d1cdbc237aa965f (diff) | |
download | pkgsrc-3986be58783c7d6350044496b48c751486a180b9.tar.gz |
Document fact that tosha's output is allways in little-endian format.
Pointed out by John Ruschmeyer in PR #6334
Diffstat (limited to 'audio/tosha')
-rw-r--r-- | audio/tosha/patches/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/tosha/patches/patch-ac b/audio/tosha/patches/patch-ac new file mode 100644 index 00000000000..bf2d26a55a9 --- /dev/null +++ b/audio/tosha/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1 1998/10/28 05:43:20 garbled Exp $ +--- tosha.1.orig Tue Oct 27 22:38:26 1998 ++++ tosha.1 Tue Oct 27 22:40:02 1998 +@@ -152,7 +152,10 @@ + (raw), 44.1 kHz, signed 16 bit stereo. If you need a + different format, use + .BR sox (1) +-to convert it. ++to convert it. Output data is in little-endian format, ++regardless of the endianess of the machine you are running ++.BR tosha ++on. + .P + Not all SCSI drives work with + .BR tosha , |