Hi,
i try to implement a real-time convolution module refreshed by head listener location (angle from a reference point).The result of the convolution by binaural flters(HRTFs) allows me to spatialize a monophonic wavfile. I got trouble with this as long as my convolution doesnt seem to work properly:
np.convolve() doesnt convolve the entire entry signal

->trouble with extracting numpyarrays from the audio wav. filters and monophonic entry
->trouble then with encaspulating the resulting array in a proper wav file...it is not read by audacity

Do you have any idea of how this could work or do you have any implementation of stereo filtering by impulse response to submit me
Thank you very much

Arthur de Conihout