Speech Recognition Engines

Nested
Break an MFCC file into time segments for training script
User: asaaki
Date: 10/5/2010 9:42 am
Views: 5230
Rating: 5

Hi,

I know that the following line below is the format break up my MFCC files into time segments for my training script:

[code]

filename_00001166_00001570.mfcc=data/filename.mfcc[116,157]
[/code]

This is scripting the feature file for *filename* for the time segment from time=1166ms to 1570.

The transcription is from LDC corpus and annotated such that it's already got time segments marked.

My question is, must all time segments in the training script be contiguous? What if I want to exclude some of the time segments in the transcription?

--- (Edited on 10/5/2010 9:42 am [GMT-0500] by asaaki) ---

Re: Break an MFCC file into time segments for training script
User: kmaclean
Date: 10/6/2010 9:09 pm
Views: 97
Rating: 5

>must all time segments in the training script be contiguous?

No. 

 

--- (Edited on 10/6/2010 10:09 pm [GMT-0400] by kmaclean) ---

Re: Break an MFCC file into time segments for training script
User: asaaki
Date: 10/6/2010 10:38 pm
Views: 2420
Rating: 5

Thanks!

--- (Edited on 10/6/2010 10:38 pm [GMT-0500] by asaaki) ---

PreviousNext