Nendo plugin for automatic audio loop extraction.
Project description
Nendo Plugin Loopify
Automatic audio loop extraction.
Features
- Automatically find loopable sections in a
NendoTrack
- Automate your sample digging process
Requirements
Due to madmom
versions < 0.17 errors with python 3.10, we require the latest version of the package from git, where this is fixed. See also this related issue.
Run:
pip install git+https://github.com/CPJKU/madmom.git@0551aa8
Installation
- Install Nendo
pip install nendo-plugin-loopify
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_loopify"]))
track = nd.library.add_track(file_path='/path/to/track.mp3')
generated_loops = nd.plugins.loopify(
track=track,
n_loops=4,
beats_per_loop=8
)
generated_loops[0].loop()
Contributing
Visit our docs to learn all about how to contribute to Nendo: Contributing
License
Nendo: MIT License
Madmom: BSD License
Pretrained models: The weights are released under the CC-BY-NC 4.0 license
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
Built Distribution
Hashes for nendo_plugin_loopify-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e38c55b3cef2959784968bd62642e51ce82b9dfe30e5943a331e1abe90777f20 |
|
MD5 | 831165eb80c35f0c8c53a10507c73826 |
|
BLAKE2b-256 | fd5cd5408074842d6b4b6d6c5041ae7f4dedfb9d156823b149f6d2872a8f6e83 |
Hashes for nendo_plugin_loopify-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab9ab92f3801c42467248d8c302b26d07d6bc548cbc20f4da3010d645158da88 |
|
MD5 | b0ced9b478bcc880bb00eca3411f7f87 |
|
BLAKE2b-256 | 48cc7e85835b1d508012dc1c94f0ee8bb3562fa783b0d48f78f7ea4da980d0e2 |