Hi all,
I am trying to create an input sound file like the file in sphinx2/.../turtle/goforward.16k. Does anyone know which file format is that? I have tried the adrec.c sample file, but it is not working properly in NT.
Any comment is appreciated.
H.D
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2000-06-23
Sorry guys,
I got it. Its
format: PCM
Attributes: 16-bit, mono, signed
Rate: 16000 Hz
HD
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I am trying to create an input sound file like the file in sphinx2/.../turtle/goforward.16k. Does anyone know which file format is that? I have tried the adrec.c sample file, but it is not working properly in NT.
Any comment is appreciated.
H.D
Sorry guys,
I got it. Its
format: PCM
Attributes: 16-bit, mono, signed
Rate: 16000 Hz
HD
Yes. Thanks for posting that :) It's a raw, headerless file, like you'd get off /dev/dsp.
kevin