jymsuper / SpeakerRecognition_tutorial

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

Extract embedding from the .wav #5

Closed Vladimetr closed 4 years ago

Vladimetr commented 4 years ago

Hi, @jymsuper! I want to extract embedding from the .wav sound. Tell me please, how can I do this?

jymsuper commented 4 years ago

Hi. I'm sorry but I didn't upload the code for feature extraction. I will upload the code soon. As I explained in the README, I used the library below. https://github.com/jameslyons/python_speech_features

Vladimetr commented 4 years ago

Okey, it would be very usefull. Thank you for your development!