nipunmanral / Spoken-Language-Identification

Implement a GRU/LSTM model using Keras, and train it to classify the languages using MFCC features
27 stars 16 forks source link

What happens when Sample length at test time not 10 sec #3

Open Arafat4341 opened 4 years ago

Arafat4341 commented 4 years ago

I am trying to make a simple api where people can give an input speech and gets the output language identification class as result. I created a dataset where all the samples are of length: 10 sec. So the model will be trained on 10 sec long samples. What happens when at test time someone gives an audio smaller or greater then 10 seconds?