How to obtain sound envelope using python?
问题 Hello I new with python and also with sound signal analysis. I am trying to get the envelope of a birth song (zebra finch). It has a very rapid signal fluctuations and I tried with different approach. For instance I tried to plot the signal and get the envelope with the following code base on other examples that I found (I added comments on the code to understand it): #Import the libraries from pylab import * import numpy import scipy.signal.signaltools as sigtool import scipy, pylab from