diff options
author | garbled <garbled@pkgsrc.org> | 1998-10-28 05:43:20 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-10-28 05:43:20 +0000 |
commit | b55f25fcbe6c59a7a83667349e72c5f1d1e241e1 (patch) | |
tree | 93d4fce8f47cb3f8def1692eab993731e5e18f8c /audio | |
parent | 13455fa30a458cafc09d94fc7052e01b0f99b8b7 (diff) | |
download | pkgsrc-b55f25fcbe6c59a7a83667349e72c5f1d1e241e1.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')
-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 , |