I am recently writing a sound detection project using HTK (a HMM tool kit). After testing I get the following result file:
#!MLF!#
"../data/test/keyboard_04.rec"
0 47000000 keyboard -83909.929688
.
In the official doc, it says the time stamp has a unit of 100ns, so by this result, it says from 0s-4.7s, there is a sound of "keyboard". But the weird thing is that the testing sound file only has 1.9s, here is the detailed information:
>> audioinfo('keyboard_04.wav')
ans =
Filename: [1x50 char]
CompressionMethod: 'Uncompressed'
NumChannels: 2
SampleRate: 44100
TotalSamples: 83712
Duration: 1.8982
Title: []
Comment: []
Artist: []
BitsPerSample: 24
Moreover, when I am running HVite, there is a warning:
WARNING [-7032] OWarn: change HMM Set vecSize
Maybe this relates to my problem?
Does anybody know why the time stamp is so large? Thanks anyway!