Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

Speech Recognition - Audio Data Analysis Post Doubts (MFCCS)

$
0
0

@siddharthnaik7 wrote:

Hello,

I was going through the following post:
Audio Data Analysis

I did not understand the following things:
1 mfccs = np.mean(librosa.feature.mfcc(y=X, sr=sample_rate, n_mfcc=40).T,axis=0)
2 model.add(Dense(256, input_shape=(40,)))

What is the reason for taking n_mfcc =40?
Why they have taken mean to get mfccs?
Why the input_shape = (40,)?

If anyone has read the above-mentioned post and have understood the same, kindly help me to understand.

Best,
Sid

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles