audio - What should be sent as parameters to XCORR in Matlab? -
we have used audioread read 2 different .mp3 files following:
[y1, s1] = audioread('super_mario.mp3');
results y1 nx2 vector , s1 double number.
the goal find time difference between audio files , align them. used xcorr on purpose xcorr (a,b).
xcorr takes 2 nx1 , nx1 vectors , finds cross correlation between them, obtain nx2 vector , number.
the question should send xcorr parameters?
thanks beforehand.
Comments
Post a Comment