ubclaunchpad / minutes

:telescope: Speaker diarization via transfer learning
https://medium.com/ubc-launch-pad-software-engineering-blog/speaker-diarisation-using-transfer-learning-47ca1a1226f4
27 stars 5 forks source link

Automatically Resample Audio to Match Rates #109

Closed chadlagore closed 6 years ago

chadlagore commented 6 years ago

If a user reads in audio files with different sample rates, our observation lengths begin to differ, and we cannot learn. One fix for this is to resample the audio to a common rate (say 44000, or some user specified number).

chadlagore commented 6 years ago

Duplicate #113