Function Based API

The function based interface provides most of the functions that are availible as methods of the Signal() and also some that are not directly availible through the Signal() class.

audiotools.filter

Individual filter can either be applied by directly calling the respective filter functions such as filter.gammatone() or by using the unified interfaces for filter.bandpass(), filter.lowpass() and filter.highpass() filters. When using the unified interface, all additional arguments are passed to the respective filter functions.

Filterbanks are created using the create_filterbank() command