Janghyun1230 / Speaker_Verification

Tensorflow implementation of "Generalized End-to-End Loss for Speaker Verification"
MIT License
349 stars 104 forks source link

About log-mel feature extraction #17

Open MingmChen opened 5 years ago

MingmChen commented 5 years ago

When I feed a 1000ms audio data into the feature extraction process, frame length is 25ms, frame shift is 10ms.it should be 98 frames in total, but in your code, it shows 101 frames, why?

Looking forward to your reply.