Submitted by Helveticus99 t3_zvb6l5 in MachineLearning
shadow_fax1024 t1_j1scqqd wrote
Reply to comment by Helveticus99 in [D] Classification task based on speech recordings by Helveticus99
You could split the file into chunk of n seconds ..n seconds you need to find ..which ever fits for your dataset..for mine 4 sec chunk was good enough...also you could use a peak detector first and then chunk the file n/2 seconds either side from the peak and have some overlapping window there too..so that you won't loose information ..
Viewing a single comment thread. View all comments