A wrapper around the partial-tracking library Loris


Keywords
audio, audio-analysis, loris, partial-tracking, spectral-analysis
License
GPL-2.0+
Install
pip install loristrck==1.6.2

Documentation

LORISTRCK

sh-downloads sh-month

loristrck is a wrapper for the C++ partial-tracking library Loris.

It is written in cython and targets python 3 (>= 3.8 at the moment). The source of the library is included as part of the project and does not need to be installed previously.

Documentation

https://loristrck.readthedocs.io


Installation

Install from source in Windows

You need to have Visual Studio installed


Usage

Each partial will be a numpy array of shape = (numbreakpoints, 5) with the columns:

time, frequency, amplitude, phase, bandwidth

See the example scripts in bin for more complete examples

Author

Eduardo Moguillansky

eduardo dot moguillansky @ gmail dot com

License

GPL