Signals in the time domain (audiotools.Signal)
The Signal Class inherits from numpy.ndarray via the audiotools.BaseSignal class:
As a consequence, numpy.ndarray methods such as x.min(), x.max(), x.sum(), x.var() and others can also be used on auditools.Signal objects. For more informations check the numpy docs.