Nendo Plugin FX Core
NendoFX: Use common audio effects out of the box (based on pedalboard by Spotify Research).
Features
- Apply well known audio effects to a
NendoTrack - modulation via:
chorus,phaser - different filters:
lowpass,highpass,low_shelf,high_shelf - adaptive processing based on MIR features via:
limiter - custom effects like:
stereo - also basics like:
distortion,reverb,delay,compressor
Installation
- Install Nendo
pip install nendo-plugin-fx-core
Usage
Take a look at a basic usage example below. For more detailed information, please refer to the documentation.
For more advanced examples, check out the examples folder. or try it in colab:
from nendo import Nendo, NendoConfig
nd = Nendo(config=NendoConfig(plugins=["nendo_plugin_fx_core"]))
track = nd.library.add_track(file_path='/path/to/track.mp3')
track = nd.plugins.fx_core.compressor(track=track)
track = nd.plugins.fx_core.reverb(
track=track,
wet_level=0.2,
dry_level=0.8,
room_size=0.1,
)
track = nd.plugins.fx_core.limiter(track=track)
track.play()
Contributing
Visit our docs to learn all about how to contribute to Nendo: Contributing
Licence
Nendo: MIT
Pedalboard: GPL3
For additional licences check https://github.com/spotify/pedalboard
Release files for nendo-plugin-fx-core 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nendo_plugin_fx_core-0.1.2.tar.gz | 17.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nendo_plugin_fx_core-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 35.3 kB
Release files / nendo_plugin_fx_core-0.1.2.tar.gz
| Download URL | nendo_plugin_fx_core-0.1.2.tar.gz |
|---|---|
| Size | 17.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
02073b93c8c8090518eee8d7f351264b2486ded50344774ed8d3747134ca1b39
|
|
BLAKE2b-256 checksum How to use checksums |
400fecc0bf5dcd990ae8fcbef851f770981acebb57d5cee8c8f6e299a4341d9f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.9.16 Linux/6.6.11_1
|
Release files / nendo_plugin_fx_core-0.1.2-py3-none-any.whl
| Download URL | nendo_plugin_fx_core-0.1.2-py3-none-any.whl |
|---|---|
| Size | 17.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
67a2c6f97a726c044417f559d02e481d0c5ad4acd0e61d9f0d1c4478d2627a81
|
|
BLAKE2b-256 checksum How to use checksums |
f073965059691b5c1545eb2d8ab47dbc47cc93a5cb96cd77467c10aaefa6e268
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.9.16 Linux/6.6.11_1
|