nendo-plugin-quantize-core


Namenendo-plugin-quantize-core JSON
Version 0.2.6 PyPI version JSON
download
home_pagehttps://okio.ai
SummaryNendo Plugin for audio quantization with grid detection and time-stretching
upload_time2024-02-21 09:42:22
maintainer
docs_urlNone
authorAaron Abebe
requires_python>=3.8,<3.11
licenseGPL-3.0-only
keywords nendo ai machine learning audio generative music audio production audio generation audio analysis quantization plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Nendo Plugin: Core Quantizer

<br>
<p align="left">
    <img src="https://okio.ai/docs/assets/nendo_core_logo.png" width="350" alt="Nendo Core">
</p>
<br>

<p align="left">
<a href="https://okio.ai" target="_blank">
    <img src="https://img.shields.io/website/https/okio.ai" alt="Website">
</a>
<a href="https://twitter.com/okio_ai" target="_blank">
    <img src="https://img.shields.io/twitter/url/https/twitter.com/okio_ai.svg?style=social&label=Follow%20%40okio_ai" alt="Twitter">
</a>
<a href="https://discord.gg/gaZMZKzScj" target="_blank">
    <img src="https://dcbadge.vercel.app/api/server/XpkUsjwXTp?compact=true&style=flat" alt="Discord">
</a>
</p>

---

Audio quantization with grid detection and time-stretching 
(using [rubberband](https://breakfastquay.com/rubberband/)).



## Features

- Quantize a `NendoTrack` or a `NendoCollection` to a given BPM and grid
- Use it in chains to automatically create quantized collections of your favorite tracks and loops
 
## Installation

This plugin requires the `rubberband` package to be installed in your system. Please refer to the [rubberband documentation](https://breakfastquay.com/rubberband/index.html) for further information.

1. [Install Nendo](https://github.com/okio-ai/nendo#installation)
2. `pip install nendo-plugin-quantize-core`

## Usage

Take a look at a basic usage example below.
For more detailed information, please refer to the [documentation](https://okio.ai/docs/plugins).

For more advanced examples, check out the examples folder.
or try it in colab:

<a target="_blank" href="https://colab.research.google.com/drive/1DmCYRG_jtZXrtb7v5KPwMb5XPSrlBINY?usp=sharing">
    <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

```python
from nendo import Nendo, NendoConfig

nd = Nendo(config=NendoConfig(plugins=["nendo_plugin_quantize_core"]))
track = nd.library.add_track(file_path='/path/to/track.mp3')
quantized_track = nd.plugins.quantize_core(track=track)
```

## Contributing

Visit our docs to learn all about how to contribute to Nendo: [Contributing](https://okio.ai/docs/contributing/)


## License

Nendo: MIT License

rubberband: GPL-2.0 License
            

Raw data

            {
    "_id": null,
    "home_page": "https://okio.ai",
    "name": "nendo-plugin-quantize-core",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<3.11",
    "maintainer_email": "",
    "keywords": "Nendo,AI,Machine Learning,Audio,Generative,Music,Audio Production,Audio Generation,Audio Analysis,Quantization,Plugin",
    "author": "Aaron Abebe",
    "author_email": "aaron@okio.ai",
    "download_url": "https://files.pythonhosted.org/packages/aa/22/cc3469ca37c8d86a53c1151de391d2ea5baa966839231b577ce72605dc07/nendo_plugin_quantize_core-0.2.6.tar.gz",
    "platform": null,
    "description": "# Nendo Plugin: Core Quantizer\n\n<br>\n<p align=\"left\">\n    <img src=\"https://okio.ai/docs/assets/nendo_core_logo.png\" width=\"350\" alt=\"Nendo Core\">\n</p>\n<br>\n\n<p align=\"left\">\n<a href=\"https://okio.ai\" target=\"_blank\">\n    <img src=\"https://img.shields.io/website/https/okio.ai\" alt=\"Website\">\n</a>\n<a href=\"https://twitter.com/okio_ai\" target=\"_blank\">\n    <img src=\"https://img.shields.io/twitter/url/https/twitter.com/okio_ai.svg?style=social&label=Follow%20%40okio_ai\" alt=\"Twitter\">\n</a>\n<a href=\"https://discord.gg/gaZMZKzScj\" target=\"_blank\">\n    <img src=\"https://dcbadge.vercel.app/api/server/XpkUsjwXTp?compact=true&style=flat\" alt=\"Discord\">\n</a>\n</p>\n\n---\n\nAudio quantization with grid detection and time-stretching \n(using [rubberband](https://breakfastquay.com/rubberband/)).\n\n\n\n## Features\n\n- Quantize a `NendoTrack` or a `NendoCollection` to a given BPM and grid\n- Use it in chains to automatically create quantized collections of your favorite tracks and loops\n \n## Installation\n\nThis plugin requires the `rubberband` package to be installed in your system. Please refer to the [rubberband documentation](https://breakfastquay.com/rubberband/index.html) for further information.\n\n1. [Install Nendo](https://github.com/okio-ai/nendo#installation)\n2. `pip install nendo-plugin-quantize-core`\n\n## Usage\n\nTake a look at a basic usage example below.\nFor more detailed information, please refer to the [documentation](https://okio.ai/docs/plugins).\n\nFor more advanced examples, check out the examples folder.\nor try it in colab:\n\n<a target=\"_blank\" href=\"https://colab.research.google.com/drive/1DmCYRG_jtZXrtb7v5KPwMb5XPSrlBINY?usp=sharing\">\n    <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n</a>\n\n```python\nfrom nendo import Nendo, NendoConfig\n\nnd = Nendo(config=NendoConfig(plugins=[\"nendo_plugin_quantize_core\"]))\ntrack = nd.library.add_track(file_path='/path/to/track.mp3')\nquantized_track = nd.plugins.quantize_core(track=track)\n```\n\n## Contributing\n\nVisit our docs to learn all about how to contribute to Nendo: [Contributing](https://okio.ai/docs/contributing/)\n\n\n## License\n\nNendo: MIT License\n\nrubberband: GPL-2.0 License",
    "bugtrack_url": null,
    "license": "GPL-3.0-only",
    "summary": "Nendo Plugin for audio quantization with grid detection and time-stretching",
    "version": "0.2.6",
    "project_urls": {
        "Homepage": "https://okio.ai",
        "Repository": "https://github.com/okio-ai/nendo_plugin_quantize_core"
    },
    "split_keywords": [
        "nendo",
        "ai",
        "machine learning",
        "audio",
        "generative",
        "music",
        "audio production",
        "audio generation",
        "audio analysis",
        "quantization",
        "plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b83422b5c4a3ce4894eeea867647d5a1b34cd3d3ade3a3ee570d93ac2602d30c",
                "md5": "10a491c1ce2f2b86026ba38711a15f48",
                "sha256": "14ce62f81f5d3fda4dc144c116cf56ccb943305aa7844bb95d3c9e09b17c3832"
            },
            "downloads": -1,
            "filename": "nendo_plugin_quantize_core-0.2.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "10a491c1ce2f2b86026ba38711a15f48",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<3.11",
            "size": 17659,
            "upload_time": "2024-02-21T09:42:20",
            "upload_time_iso_8601": "2024-02-21T09:42:20.203508Z",
            "url": "https://files.pythonhosted.org/packages/b8/34/22b5c4a3ce4894eeea867647d5a1b34cd3d3ade3a3ee570d93ac2602d30c/nendo_plugin_quantize_core-0.2.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa22cc3469ca37c8d86a53c1151de391d2ea5baa966839231b577ce72605dc07",
                "md5": "db3d6891b3493aa329e883cd9ee6bcb4",
                "sha256": "a9ce2e724c8741a386237f41691b85c90bd7afdeae90ee0e37ebcecdb5b2904f"
            },
            "downloads": -1,
            "filename": "nendo_plugin_quantize_core-0.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "db3d6891b3493aa329e883cd9ee6bcb4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<3.11",
            "size": 17627,
            "upload_time": "2024-02-21T09:42:22",
            "upload_time_iso_8601": "2024-02-21T09:42:22.502547Z",
            "url": "https://files.pythonhosted.org/packages/aa/22/cc3469ca37c8d86a53c1151de391d2ea5baa966839231b577ce72605dc07/nendo_plugin_quantize_core-0.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-21 09:42:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "okio-ai",
    "github_project": "nendo_plugin_quantize_core",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "nendo-plugin-quantize-core"
}
        
Elapsed time: 0.27743s