{ "info": { "author": "Guillaume Tucker", "author_email": "guillaume@mangoz.org", "bugtrack_url": null, "classifiers": [], "description": "Splat!\n======\n\nQuick intro\n-----------\n\n**Splat is a programme** to generate some audio data which you may call music.\nIt's written in Python to make it easy to use, and all the crucial processing\nparts are implemented in C for fast number crunching. It's distributed under\nthe terms of the **GNU LGPL v3** so you remain a free individual when you use\nit.\n\n**Splat is not a programme** to generate **live** audio in real time, at least\nnot at the moment. So it's better suited to the studio than to the stage.\n\nTo install it, clone the repository or download and extract a source archive,\nthen run::\n\n python setup.py install\n\nThen to generate the included piece called \"Dew Drop\" with an optional reverb::\n\n python dew_drop.py reverb\n\nThis creates ``dew_drop.wav`` which you can now play with your favourite\nplayer.\n\n\nBeep\n----\n\nHere's a very small **Splat** example which creates a 440Hz sound for 1 second,\nwith fade-in and fade-out:\n\n.. code-block:: python\n\n import splat.gen\n import splat.filters\n\n gen = splat.gen.SineGenerator()\n gen.filters = [splat.filters.linear_fade]\n gen.run(0.0, 1.0, 440.0)\n gen.frag.save(\"A440.wav\")\n\n\n`verdigris.mu `_\n-------------------------------------\n\nYou can find some splats as well as other music, software and electronics\nthings on `verdigris.mu `_. Some experimental splats can\nalso be heard on `SoundCloud `_.\nYou can send your creations or reactions to `info@verdigris.mu\n`_.\n\nDownload the `manual in PDF format `_\nto start using **Splat**.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/verdigris/splat", "keywords": null, "license": null, "maintainer": null, "maintainer_email": null, "name": "verdigris.mu-splat", "package_url": "https://pypi.org/project/verdigris.mu-splat/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/verdigris.mu-splat/", "project_urls": { "Homepage": "https://github.com/verdigris/splat" }, "release_url": "https://pypi.org/project/verdigris.mu-splat/1.6/", "requires_dist": null, "requires_python": null, "summary": "Sound generator, synthesizer and editor", "version": "1.6" }, "last_serial": 2248468, "releases": { "1.5": [], "1.5.0": [ { "comment_text": "", "digests": { "md5": "ade364d09d5b58e4782c8981bf537f88", "sha256": "4c008583364c303d14d826185d8d9b49d9032a51c14d75ef02c0a0aba1c43ee4" }, "downloads": -1, "filename": "verdigris.mu-splat-1.5.0.tar.gz", "has_sig": false, "md5_digest": "ade364d09d5b58e4782c8981bf537f88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45819, "upload_time": "2015-02-05T08:48:39", "url": "https://files.pythonhosted.org/packages/45/93/61e845d5c9d487eefeda49a83f85fddbb1da685022b23a8209f18aa83b3a/verdigris.mu-splat-1.5.0.tar.gz" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "638509d576764b1b91a33bcecb414457", "sha256": "6b14605347b19b6442debde5d29abbec3559c1e2100bb90c567bdcf93638f277" }, "downloads": -1, "filename": "verdigris.mu-splat-1.6.tar.gz", "has_sig": false, "md5_digest": "638509d576764b1b91a33bcecb414457", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58179, "upload_time": "2016-07-28T08:01:30", "url": "https://files.pythonhosted.org/packages/c2/90/f1a1f0f5941485b5991542373130ed8f38f79b6348c1349b307a669d1512/verdigris.mu-splat-1.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "638509d576764b1b91a33bcecb414457", "sha256": "6b14605347b19b6442debde5d29abbec3559c1e2100bb90c567bdcf93638f277" }, "downloads": -1, "filename": "verdigris.mu-splat-1.6.tar.gz", "has_sig": false, "md5_digest": "638509d576764b1b91a33bcecb414457", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58179, "upload_time": "2016-07-28T08:01:30", "url": "https://files.pythonhosted.org/packages/c2/90/f1a1f0f5941485b5991542373130ed8f38f79b6348c1349b307a669d1512/verdigris.mu-splat-1.6.tar.gz" } ] }