{ "info": { "author": "Patrick Atamaniuk", "author_email": "pysox@frobs.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: Cython", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Topic :: Multimedia :: Sound/Audio", "Topic :: Multimedia :: Sound/Audio :: Conversion", "Topic :: Multimedia :: Sound/Audio :: Editors", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "pysox - python bindings for libsox\n----------------------------------\n\nInstallation from source\n------------------------\n\nRequired prerequisite are the development libraries of sox at version 14.3.x,\ni.e. the header files and libraries to link against.\nSpecifically you need sox.h in your include path and libsox.so and libsox.a in your link path.\nPysox will not compile against any sox version prior to 14.3.0.\n\nThen simply run::\n\n\tpython setup.py build\n\n\tpython setup.py install\n\nUsage\n-----\nSee the examples included in the source, or the api doc at http://packages.python.org/pysox/ ::\n\n\timport pysox\n\n\t#open an audio file\n\ttestwav = pysox.CSoxStream(\"test.wav\")\n\t#create an audio file with the same parameters as the input file\n\tout = pysox.CSoxStream('out.wav', 'w', testwav.get_signal())\n\n\t#create an effects chain using the signal and encoding parameters of our files\n\tchain = pysox.CEffectsChain(testwav, out)\n\tchain.add_effect(pysox.CEffect(\"vol\",[b'18db']))\n\tchain.flow_effects()\n\t#cleanup\n\tout.close()\n\n\nPython 3\n--------\nThis package is compatible with python 3, tested on 2.6.6, 2.7.1, 3.0.1, 3.1.3 and 3.2.\nIt is however not compatible with python 2.5 and prior.", "description_content_type": null, "docs_url": "https://pythonhosted.org/pysox/", "download_url": "http://foo42.de/devel/pysox/dist/pysox-0.3.6.alpha.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://foo42.de/wiki/pysox", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "pysox", "package_url": "https://pypi.org/project/pysox/", "platform": "any", "project_url": "https://pypi.org/project/pysox/", "project_urls": { "Download": "http://foo42.de/devel/pysox/dist/pysox-0.3.6.alpha.tar.gz", "Homepage": "http://foo42.de/wiki/pysox" }, "release_url": "https://pypi.org/project/pysox/0.3.6.alpha/", "requires_dist": null, "requires_python": null, "summary": "Python bindings for sox and libsox.", "version": "0.3.6.alpha" }, "last_serial": 803264, "releases": { "0.3.4.alpha": [ { "comment_text": "", "digests": { "md5": "7d951f2fede54a1d9a6b68b050b29e10", "sha256": "b2eec488477351867904f6a44e4574b9556274cb8036020185e5755dcd48de5f" }, "downloads": -1, "filename": "pysox-0.3.4.alpha.tar.gz", "has_sig": false, "md5_digest": "7d951f2fede54a1d9a6b68b050b29e10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30278, "upload_time": "2011-03-31T14:56:12", "url": "https://files.pythonhosted.org/packages/f3/3a/097ec9622036585bc415c37a597830e0c6d98899d554b582edfb33ca9052/pysox-0.3.4.alpha.tar.gz" } ], "0.3.5.alpha": [ { "comment_text": "", "digests": { "md5": "58631218a59740e076735aa079701862", "sha256": "a91fc288d9e0457328cdd3f6e52c51b6e390c153d39d0982c939a23642b25074" }, "downloads": -1, "filename": "pysox-0.3.5.alpha.tar.gz", "has_sig": false, "md5_digest": "58631218a59740e076735aa079701862", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33303, "upload_time": "2011-04-10T11:02:48", "url": "https://files.pythonhosted.org/packages/41/02/26c87a6e3ae979d91b5602a26f4a10b6a6725ed906b07bbd1bbfffec1838/pysox-0.3.5.alpha.tar.gz" } ], "0.3.6.alpha": [ { "comment_text": "", "digests": { "md5": "08c6eed8ff29f1b6756558cf545fe3be", "sha256": "81419944f04e718e283db6430d91396e878df2f988c72797a477ba0f4c8e2cb2" }, "downloads": -1, "filename": "pysox-0.3.6.alpha.tar.gz", "has_sig": false, "md5_digest": "08c6eed8ff29f1b6756558cf545fe3be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 169712, "upload_time": "2011-04-10T15:43:59", "url": "https://files.pythonhosted.org/packages/7f/5e/fbf8b5fb0734b345f5905da55ec113a0c9dcfb4853368100ac360b32fb34/pysox-0.3.6.alpha.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "08c6eed8ff29f1b6756558cf545fe3be", "sha256": "81419944f04e718e283db6430d91396e878df2f988c72797a477ba0f4c8e2cb2" }, "downloads": -1, "filename": "pysox-0.3.6.alpha.tar.gz", "has_sig": false, "md5_digest": "08c6eed8ff29f1b6756558cf545fe3be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 169712, "upload_time": "2011-04-10T15:43:59", "url": "https://files.pythonhosted.org/packages/7f/5e/fbf8b5fb0734b345f5905da55ec113a0c9dcfb4853368100ac360b32fb34/pysox-0.3.6.alpha.tar.gz" } ] }