Linux Sound subsystem development
 help / color / mirror / Atom feed
* Microsoft RIFF, WAVE audio data, 1 bit, mono 8000 Hz
@ 1999-07-08  6:14 James H. Cloos Jr.
  1999-07-08 11:46 ` Alan Cox
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: James H. Cloos Jr. @ 1999-07-08  6:14 UTC (permalink / raw)
  To: linux-sound

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I have a (free) voice mail service that provides the messages in a wav
file which file(1) specifies as:

        Microsoft RIFF, WAVE audio data, 1 bit, mono 8000 Hz

sox(1) doesn't recognise this file.  (I currently have
sox-12.15-5.i386.rpm installed, compiled on my box from the RH60 SRPM.)

Based on sox(1)'s wav.c, the fmt chunk size is 0x32, wFormatTag is
0x0022, wChannels is 1, samples per second is 8000, AvgBytesPerSec is
1067, wBlockAlign is 32, wBitsPerSample is 1 leaving 34 more octets of
header info.  They are (as chars):

        0x20,0x00,0x01,0x00,
        0xf0,0x00,0x00,0x00,
        0x00,0x00,0x00,0x00,
        0x00,0x00,0x00,0x00,
        0x00,0x00,0x00,0x00,
        0x00,0x00,0x20,0x00,
        0x00,0x00,0x00,0x00,
        0x00,0x00,0x00,0x00,
        0x00,0x00

So, does anyone have any tips on listening to this?

(And, yes, I have sent a note to the vendor about this; this note is
going out at the same time.)

- -JimC
- -- 
James H. Cloos, Jr.  <http://www.jhcloos.com/cloos/public_key> 1024D/ED7DAEA6 
<cloos@jhcloos.com>     E9E9 F828 61A4 6EA9 0F2B  63E7 997A 9F17 ED7D AEA6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v0.9.7 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE3hEHCmXqfF+19rqYRAjzzAKC1L0DwupHBnr4M+12ihhc12eQ/CwCgwJ/l
zxE0KxVUn/CveWNOI8S/bXU=oKqX
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-07-08 15:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-07-08  6:14 Microsoft RIFF, WAVE audio data, 1 bit, mono 8000 Hz James H. Cloos Jr.
1999-07-08 11:46 ` Alan Cox
1999-07-08 15:17 ` James H. Cloos Jr.
1999-07-08 15:17 ` James H. Cloos Jr.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox