The standard scipy.signal.resample is used to resample the signals, can anybody tell me how we can change the sampling frequency of speech signal from 44100 Hz to 8000 Hz using scipy.signal.resample function??
Can you explain what is "not working" about it? Typically when reporting a coding problem, you will want to report, at the least, what code you entered and what error message or other problem you experienced.