Skip to main content

NendoFX plugin: Use common audio effects out of the box.

Project description

Nendo Plugin FX Core


Nendo Core



Documentation Twitter

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

  1. Install Nendo
  2. 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:

Open 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 = 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.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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nendo_plugin_fx_core-0.1.0.tar.gz (17.7 kB view details)

Uploaded Source

Built Distribution

nendo_plugin_fx_core-0.1.0-py3-none-any.whl (17.5 kB view details)

Uploaded Python 3

File details

Details for the file nendo_plugin_fx_core-0.1.0.tar.gz.

File metadata

  • Download URL: nendo_plugin_fx_core-0.1.0.tar.gz
  • Upload date:
  • Size: 17.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.9.16 Linux/6.5.11_1

File hashes

Hashes for nendo_plugin_fx_core-0.1.0.tar.gz
Algorithm Hash digest
SHA256 7ed73d8eaa9c4e274d8fbd89b48ed4c822456ed49154ad7844e376b1630b3296
MD5 a7747d9f9c431a7b74bf5fa7131c736c
BLAKE2b-256 e03d7cc1246ac4fff9ae120164347cbc7f89630341b872df83765db1fe529f85

See more details on using hashes here.

File details

Details for the file nendo_plugin_fx_core-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for nendo_plugin_fx_core-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6122c7cf95a6ae474b18f16e3da546f3595f95440422361745958c66bfefb117
MD5 ba3f443d3fcaf0c287aabe05ab3a85fd
BLAKE2b-256 cee09d0188f23a748fc7ad2881dc97b3619a3a424dfd7cd7ade2201c9767e1c6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page