SNDTRCK
Partial tracking in python 3
Dependencies
Mandatory
- python >= 3.7
- numpy
- bpf4: interpolation curves
- sndfileio: simple API for reading and writing sound-files
- loristrck: partial tracking analysis based on Loris. See the project for its own set of dependencies
Optional but HIGHLY recommended
- pyqtgraph: efficient plotting via Qt
- h5py: allows saving partial-tracking data as HDF5. You need to install hdf5.
Installation
We assume that pip points to your current python >= 3.7 installation. Otherwise use pip3 and python3
Linux
$ sudo apt-get install fftw-dev
$ pip install -r requirements.txt [--user]
$ git clone https://github.com/gesellkammer/sndtrck
$ cd sndtrck
$ python setup.py install [--user]
OSX
$ brew install fftw
$ pip install -r requirements.txt [--user]
$ git clone https://github.com/gesellkammer/sndtrck
$ cd sndtrck
$ python setup.py install
Windows
Follow instructions here)
$ pip install -r requirements.txt
$ git clone https://github.com/gesellkammer/sndtrck
$ cd sndtrck
$ python setup.py install
Basic Usage
Example 1
import sndtrck
spectrum = sndtrck.analyze("/path/to/sndfile", resolution=50)
# Get the chord at 500ms, but only the partials louder than -30 dB
print(spectrum.chord_at(0.5, minamp=-30))
# [A3+, C5+10, E5-13]
spectrum.plot()
spectrum.show() # this will show you the spectrum in the default applicatio for your system
spectrum.write("spectrum.sdif")
Features
- analysis of sound-files in many formats
- automatic configuration of analysis parameters
- filtering of partials based on multiple criteria
- resynthesis
- plotting
- export the spectrum to many different formats (sdif, hdf5, midi)
Transcription
Go to sndscribe for automatic transcription of spectra into musical notation
License
GNU
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sndtrck-0.5.0.tar.gz
(63.8 kB
view details)
File details
Details for the file sndtrck-0.5.0.tar.gz.
File metadata
- Download URL: sndtrck-0.5.0.tar.gz
- Upload date:
- Size: 63.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea178616dc2df2728b12d6f4cd3e930cf487cf6a2e979127c7196c18c11e0391
|
|
| MD5 |
c972a399c44bda9b193ef8b34636b1ea
|
|
| BLAKE2b-256 |
51e63ff6d2f687204a72b97dd7d837d1537d8cc97ba4349d29c7eb1a437e3369
|