Python audio: Removing noise from a signal
问题 In the code, first I'm opening wav file called output_test.wav. I then filter the noise from the signal using fftpack. Problem : I'm trying to convert the filtered signal i.e. filtered_sig array into wav file properly. Currently when i open TestFiltered.wav I get the error: "The item was encoded into a format not supported: 0xc00d5212" Upon further investigation it seems i'm not filtering noise correctly? I think the error comes from the last 2 lines: filteredwrite = np.fft.irfft(filtered_sig