Minimal module for computing audio spectrograms
Project description
minispec
A minimal module for computing audio spectrograms.
This module merely strips out all of the spectrogram and Mel spectrogram implementations from librosa.
Documentation
See http://minispec.readthedocs.org for a reference manual.
Installation
The latest stable release is available on PyPI, and you can install it by saying
pip install minispec
To build minispec from source, say python setup.py build
.
Then, to install minispec, say python setup.py install
.
Alternatively, you can download or clone the repository and use pip
to handle dependencies:
unzip minispec.zip
pip install -e minispec
or
git clone https://github.com/marl/minispec.git
pip install -e minispec
By calling pip list
you should see minispec
now as an installed package:
minispec (0.x.x, /path/to/minispec)
Hints for the Installation
Citing
-
If you wish to cite minispec for its design, motivation etc., please cite the librosa paper published at SciPy 2015:
McFee, Brian, Colin Raffel, Dawen Liang, Daniel PW Ellis, Matt McVicar, Eric Battenberg, and Oriol Nieto. "librosa: Audio and music signal analysis in python." In Proceedings of the 14th python in science conference, pp. 18-25. 2015.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file minispec-0.1.1.tar.gz
.
File metadata
- Download URL: minispec-0.1.1.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.20.1 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66862a316424719a24d9e70f70196428218c7b1b1f3a3abbb887974926ca1631 |
|
MD5 | 8dd79d16ea4db64859da428cecbed91f |
|
BLAKE2b-256 | 40d2009798f8f0d741c65ff38358843e2d63dba38c4571eb714a1a0f3f5c6d70 |
File details
Details for the file minispec-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: minispec-0.1.1-py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.20.1 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2740e5e1b4887c6b98f3664a322e979511b2d6343243bd203e5a101feed4d43c |
|
MD5 | c026e7c5df6337a6368bc8eeed56485f |
|
BLAKE2b-256 | 2bd9b7ca93fc9a8e51c225cc321936643cbd4c13a432336ab6fad715f8c78582 |