jtkim-kaist / VAD

Voice activity detection (VAD) toolkit including DNN, bDNN, LSTM and ACAM based VAD. We also provide our directly recorded dataset.
834 stars 232 forks source link

Meaning of different functions #31

Open wishvivek opened 5 years ago

wishvivek commented 5 years ago

Thanks for the code repo!

Q1. Could you please explain the meaning of the following functions in VAD/utils.py? -Truelabel2Trueframe -frame2rawlabel -vad_post

What exactly are these functions doing?

Really appreciate if you could reply ASAP. The greater the detail you can provide, the better. Thanks a lot!