What is the sequence length for the LSTM for the MFCC features?

I’m trying to learn the code details and my understanding is that it uses an LSTM with the inputs being MFCC features. What I’m trying to figure out if what’s the sequence length by default? Is it 2048 as indicated by the n_hidden flag?