Closed Tienyaul closed 1 year ago
function pesq
takes 1-D numpy arrays as the inputs.
O~ Thanks for answer. So as next step, I need to transfer WAV file to be single track that get 1-D numpy arrays. Am I right? Or is there any easier way just read the audio file be 1-D numpy arrays?
I have working on this way now ref = wav1.sum(axis=1) / 2 deg = wav2.sum(axis=1) / 2
I got this Error, what should I do for it? Thx for helping or any way might solve it.