jymsuper / SpeakerRecognition_tutorial

Simple d-vector based Speaker Recognition (verification and identification) using Pytorch
MIT License
210 stars 46 forks source link

Can you provide how to convert wav to .p file #15

Closed Adarsh474532 closed 3 years ago

Adarsh474532 commented 3 years ago

please provide a file

jymsuper commented 3 years ago

Hi. Please use the below code.

https://github.com/seongmin-kye/meta-SR/blob/master/feat_extract/feature_extraction.py

Adarsh474532 commented 3 years ago

sir ,how to convert single wav to p file

jymsuper commented 3 years ago

Please refer the function "extract_MFB" in the code.

Adarsh474532 commented 3 years ago

Thank you Sir

Adarsh474532 commented 3 years ago

Thank you so much

Adarsh474532 commented 3 years ago

SIr i am unable to convert single wav to p file, can you do it please