{ "info": { "author": "Cade Brown", "author_email": "cade@chemicaldevelopment.us", "bugtrack_url": null, "classifiers": [ "Topic :: Multimedia :: Sound/Audio :: Sound Synthesis" ], "description": "# chaudio\n\nchaudio is a python module to programmatically create music.\n\nchaudio contains audio processing utilities for converting audio, and applying effects to already generated songs\n\nLicensed under the GNU GPLv3\n\n\n[Installation Guide](http://chaudio.readthedocs.io/en/latest/installing.html)\n\n[Getting Started Guide](http://chaudio.readthedocs.io/en/latest/getting_started.html)\n\n## Installing\n\n[Installation Guide](http://chaudio.readthedocs.io/en/latest/installing.html)\n\nIt is available on pypi, so run ``pip3 install chaudio``.\n\nPython3 is the officially supported language, but an effort is made to be compatable with python2, so you can try ``pip install chaudio``. Please open an [issue](https://github.com/chemicaldevelopment/chaudio/issues) if either of these fails.\n\n\n### From Source\n\nClone this repo, and then run ``python3 setup.py install`` (or ``python setup.py install``)\n\n\n\n## Documentation\n\nFor documentation, usage examples, visit our [readthedocs page](http://chaudio.readthedocs.io).\n\n\n\n## Usage\n\n[Getting Started Guide](http://chaudio.readthedocs.io/en/latest/getting_started.html)\n\n\n### Examples\n\nLocated in `examples/`, multiple example use cases of chaudio are shown.\n\nTo run with the development version of chaudio, prepend the PYTHONPATH environment.\n\n`PYTHONPATH=$PWD python3 examples/{FILE}`\n\nOr, if chaudio is installed, just run:\n\n`python3 examples/{FILE}`\n\n\n#### examples/simple.py\n\nThis creates a WAV file (`simple.wav`) that contains 5 seconds of the note A4 as a sin waveform.\n\n\n#### examples/addnoise.py\n\nThis takes an input, and an optional output (default is `addnoise.wav`). \n\nIt reads in a file, adds static, then outputs the result to output.\n\nRun like `python3 examples/addnoise.py simple.wav -o simple_static.wav` (assuming you've ran `examples/simple.py`).\n\n\n#### examples/arrange.py\n\nThis example shows how to create an entire song, efficiently and rubustly. The result is `arranged.wav`\n\n\n\n## Installation\n\nYou need either version of python (2 and 3 work, 3 is recommended), as well as numpy, scipy, and simpleaudio.\n\nYou can easily install with pip: \n\neither `pip install chaudio`, or, for python3, `pip3 install chaudio`\n\n\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/chemicaldevelopment/chaudio", "keywords": "audio music synthesis processing", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "chaudio", "package_url": "https://pypi.org/project/chaudio/", "platform": "", "project_url": "https://pypi.org/project/chaudio/", "project_urls": { "Homepage": "https://github.com/chemicaldevelopment/chaudio" }, "release_url": "https://pypi.org/project/chaudio/0.0.8/", "requires_dist": [ "numpy", "scipy", "simpleaudio", "coverage; extra == 'test'" ], "requires_python": "", "summary": "Programmatic music synthesis", "version": "0.0.8" }, "last_serial": 3333322, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "ed5be53a508f5d7b398189b4ba1fd07d", "sha256": "552fbc8d709fe6b2c04ca555c99736f43f81c3e6b74b482020cd14c61bf8e855" }, "downloads": -1, "filename": "chaudio-0.0.0.tar.gz", "has_sig": false, "md5_digest": "ed5be53a508f5d7b398189b4ba1fd07d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 152600, "upload_time": "2017-10-24T02:06:48", "url": "https://files.pythonhosted.org/packages/62/f4/cd14ebef1501bb9bc96481a99ad533b39fb134e55df073c455e98e3a951a/chaudio-0.0.0.tar.gz" } ], "0.0.1": [ { "comment_text": "", "digests": { "md5": "dfaa05208c95501136866af1bb03c1ef", "sha256": "929bbc6b97973438d4ed2af67d97af891dc7d3b04caf19ad196e814a2cc8b8d5" }, "downloads": -1, "filename": "chaudio-0.0.1.tar.gz", "has_sig": false, "md5_digest": "dfaa05208c95501136866af1bb03c1ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 155955, "upload_time": "2017-10-25T02:52:19", "url": "https://files.pythonhosted.org/packages/11/02/997bb9db12d75daa830a33d64b5299ef63571dcaffad2aca5e3691ef8617/chaudio-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "7e81419dd9a4aab892183b6e5d60d422", "sha256": "d0ed61bc12527b6d95608c2c6248e1230937b113ce12d5e26590498ed8e8d356" }, "downloads": -1, "filename": "chaudio-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7e81419dd9a4aab892183b6e5d60d422", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5673, "upload_time": "2017-10-28T05:16:24", "url": "https://files.pythonhosted.org/packages/2e/27/60bf5c6b02e3ad360620bf251d13ef1e8b9636fc69afd823c9b4f2c74cda/chaudio-0.0.2.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "90b751dc6d7c2610a43007511113c0a7", "sha256": "36b5d824746e3a5f9164988390a1fe1506dd5ccd142d71cbdc7d07728bd516e8" }, "downloads": -1, "filename": "chaudio-0.0.4.tar.gz", "has_sig": false, "md5_digest": "90b751dc6d7c2610a43007511113c0a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5595, "upload_time": "2017-11-12T00:51:09", "url": "https://files.pythonhosted.org/packages/da/92/51fa813ae923f94e4023ba34e0e2082711d4e2c0f1f0c49b75d00be87874/chaudio-0.0.4.tar.gz" } ], "0.0.4.1": [ { "comment_text": "", "digests": { "md5": "ea13fd1874bb6a33f4488965d762a4ba", "sha256": "28fe7a93136899dbb9bd939443c52b2819d02406224d4dd5a7be222ec552b204" }, "downloads": -1, "filename": "chaudio-0.0.4.1.tar.gz", "has_sig": false, "md5_digest": "ea13fd1874bb6a33f4488965d762a4ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 216262, "upload_time": "2017-11-12T00:56:00", "url": "https://files.pythonhosted.org/packages/26/ac/5cec1596e3f3525293eb6888c4b054cae3a2040698549e1789ae7c886c46/chaudio-0.0.4.1.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "ac0ced79f938b4c735a5c9cd54ad26a1", "sha256": "7ef40a572001d37082860a3a2cfb9b0e7daa05ecd319d675c48d0cbc7ac6ff76" }, "downloads": -1, "filename": "chaudio-0.0.5.tar.gz", "has_sig": false, "md5_digest": "ac0ced79f938b4c735a5c9cd54ad26a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 216265, "upload_time": "2017-11-12T00:56:56", "url": "https://files.pythonhosted.org/packages/b2/1b/c554e3c2f4a94c8ee21861ceaa2dd5a65e13a06a5c63bebc798cacf2d78c/chaudio-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "129859ad24a8ed5e5b96aceb505514d5", "sha256": "6bbf4dcae3b9ff302e3cf0b365261f8986acc457d67138d0e83d3b8bfcb44c7d" }, "downloads": -1, "filename": "chaudio-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "129859ad24a8ed5e5b96aceb505514d5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 420646, "upload_time": "2017-11-12T01:00:04", "url": "https://files.pythonhosted.org/packages/7f/be/8dfe052dc66f2c813abdbbcc9382e682d47922e42ca1cc4ced9cca471885/chaudio-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1ea4ae43b12906acddad6634a2072a17", "sha256": "49c734faf1f4a7a499038fcc9aa38a57e9ea98524d027f338ebe4e300710a270" }, "downloads": -1, "filename": "chaudio-0.0.6.tar.gz", "has_sig": false, "md5_digest": "1ea4ae43b12906acddad6634a2072a17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 216298, "upload_time": "2017-11-12T01:00:32", "url": "https://files.pythonhosted.org/packages/87/6a/24713bab312fccdf01bbbe1b200543bbcd01d91abfa7f5ccbcc7c4b40723/chaudio-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "baafdee54103b624d199db06d28ce7de", "sha256": "a6334a935996da8e762125bb253e63d2570d26d833806ecc59e7b14d8430d526" }, "downloads": -1, "filename": "chaudio-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "baafdee54103b624d199db06d28ce7de", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 324598, "upload_time": "2017-11-14T23:24:28", "url": "https://files.pythonhosted.org/packages/38/71/37bcf300f19f811c2f7dce683edc1a0ed3c01c9b0bbd8b83ad7b4fcbe507/chaudio-0.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "01b1588617fa5bc7bd254e7998c70423", "sha256": "dc382f7c1c622ad4ee942846c4c8e40de825f0f5c308ae9b0a5575f8d0c679b5" }, "downloads": -1, "filename": "chaudio-0.0.7.tar.gz", "has_sig": false, "md5_digest": "01b1588617fa5bc7bd254e7998c70423", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 175989, "upload_time": "2017-11-14T23:24:30", "url": "https://files.pythonhosted.org/packages/7e/c1/1a0f8dcbf1e9da46f1fa55797101d958dd94c3181aff3494ea707a03c243/chaudio-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "24821b15f300a315b1ce6dbae3f7399f", "sha256": "b063f62a579c13ddece44d55dd2d10f4ff99e1bd7af3f8dc6bd8eee6dcb036cd" }, "downloads": -1, "filename": "chaudio-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "24821b15f300a315b1ce6dbae3f7399f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 324579, "upload_time": "2017-11-14T23:51:35", "url": "https://files.pythonhosted.org/packages/c8/10/15c3cd4bf5b585dcead9e18d3050c002a88a90d8de981e3b1e04e47439a2/chaudio-0.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6db19d44ab2bf970fb595179034ce0ba", "sha256": "d07846d6cd6b47be5fd438a8caedff4f872e9bb9c4e780945405bdf31ae20afb" }, "downloads": -1, "filename": "chaudio-0.0.8.tar.gz", "has_sig": false, "md5_digest": "6db19d44ab2bf970fb595179034ce0ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 175977, "upload_time": "2017-11-14T23:51:37", "url": "https://files.pythonhosted.org/packages/74/74/1b45163b66e8b4167df447a9af624ff4d127e722695a6f3f414259963639/chaudio-0.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "24821b15f300a315b1ce6dbae3f7399f", "sha256": "b063f62a579c13ddece44d55dd2d10f4ff99e1bd7af3f8dc6bd8eee6dcb036cd" }, "downloads": -1, "filename": "chaudio-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "24821b15f300a315b1ce6dbae3f7399f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 324579, "upload_time": "2017-11-14T23:51:35", "url": "https://files.pythonhosted.org/packages/c8/10/15c3cd4bf5b585dcead9e18d3050c002a88a90d8de981e3b1e04e47439a2/chaudio-0.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6db19d44ab2bf970fb595179034ce0ba", "sha256": "d07846d6cd6b47be5fd438a8caedff4f872e9bb9c4e780945405bdf31ae20afb" }, "downloads": -1, "filename": "chaudio-0.0.8.tar.gz", "has_sig": false, "md5_digest": "6db19d44ab2bf970fb595179034ce0ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 175977, "upload_time": "2017-11-14T23:51:37", "url": "https://files.pythonhosted.org/packages/74/74/1b45163b66e8b4167df447a9af624ff4d127e722695a6f3f414259963639/chaudio-0.0.8.tar.gz" } ] }