PyTorch_Speaker_Verification icon indicating copy to clipboard operation
PyTorch_Speaker_Verification copied to clipboard

Bitrate/Sample Rate Differences

Open bitnom opened this issue 5 years ago • 1 comments

How much of an impact does the sample rate and bitrate have? My use case is that I need to perform speaker verification across multiple sample rates/codecs such as AMR and EVRC. I will of course be converting them to wav for training but since I will be performing the verification across multiple sample rates, I'm wondering if I should adapt my training set to have varying sample rates as well. Thoughts?

bitnom avatar Jun 11 '19 08:06 bitnom

It's logical that lowering the sampling rate and bitrate will hurt accuracy, but how much I'm not sure off off the top of my head. I would just try it.

I think it's a good idea to adopt the training set to have multiple sampling rates.

HarryVolek avatar Jun 27 '19 22:06 HarryVolek