tensorflow_CTC_example icon indicating copy to clipboard operation
tensorflow_CTC_example copied to clipboard

Converting TIMIT database to numpy arrays for training and testing

Open razor1179 opened this issue 7 years ago • 1 comments

Hi,

I would like the scripts used to get the numpy arrays used for training and testing. I have access to the TIMIT database but am unsure of how to obtain the preprocessed mfcc data. Kindly share the scripts if you have them or direct me to how I can go about obtaining them.

Regards, Deepak

razor1179 avatar Mar 14 '17 02:03 razor1179

Check out functions mfcc and delta in python_speech_features.

asvin-kumar avatar May 06 '18 10:05 asvin-kumar