{ "info": { "author": "Roel Postelmans", "author_email": "postelmansroel@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Embedded Systems", "Topic :: Utilities" ], "description": "PCM2Wav-py\n=============\n\nThis library implements a converter for PCM data to Wav audio format,\nobtained with logic analyzers.\n\nFor example I2S signals obtained with the Saleae logic analyzer.\n\n\nCurrent supported formats\n-------------------------\n\n* I2S signals obtained and exported with the Saleae logic analyzer.\n* I2S signals obtained with Sigrok (Software that supports multiple hardware devices)\n\nInstallation\n------------\n\n (sudo) pip install PCM2Wav\n\n\nUsage\n-----\n\n python\n from PCM2Wav import *\n output = PCM2Wav(PCM2Wav.saleae.I2S, \"i2s.csv\", \"example.wav\")", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/roel0/PCM2Wav-py", "keywords": "PCM I2S sigrok saleae wav audio", "license": "GPL-2.0", "maintainer": "", "maintainer_email": "", "name": "PCM2Wav", "package_url": "https://pypi.org/project/PCM2Wav/", "platform": "", "project_url": "https://pypi.org/project/PCM2Wav/", "project_urls": { "Homepage": "https://github.com/roel0/PCM2Wav-py" }, "release_url": "https://pypi.org/project/PCM2Wav/1.3/", "requires_dist": null, "requires_python": "", "summary": "A PCM data to Wav audio format converter", "version": "1.3" }, "last_serial": 5217460, "releases": { "1.2": [ { "comment_text": "", "digests": { "md5": "8988f262824afef9ef23cf748123c5d9", "sha256": "7e6a78d123d7e9d689a1a331c975de0d3db92af1cdee6d71d447f3cbb1913d7e" }, "downloads": -1, "filename": "PCM2Wav-1.2.tar.gz", "has_sig": false, "md5_digest": "8988f262824afef9ef23cf748123c5d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3684, "upload_time": "2017-05-09T09:32:52", "url": "https://files.pythonhosted.org/packages/ca/10/d00ab0c7e52b617ab621f568c265c922997f80bcad6137e4a27293781375/PCM2Wav-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "f78f246098030e1a57ccb1b1183f5ff8", "sha256": "7e058d09a9f34f8fa753e734164206929a1398b38e63c1043c648f6bdfd404a4" }, "downloads": -1, "filename": "PCM2Wav-1.3-py3.7.egg", "has_sig": false, "md5_digest": "f78f246098030e1a57ccb1b1183f5ff8", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 11745, "upload_time": "2019-05-02T13:39:24", "url": "https://files.pythonhosted.org/packages/1c/a1/69d40124ad6fbaf921f9bbf5053a154e490beb6deb541a74c9e6e4850588/PCM2Wav-1.3-py3.7.egg" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f78f246098030e1a57ccb1b1183f5ff8", "sha256": "7e058d09a9f34f8fa753e734164206929a1398b38e63c1043c648f6bdfd404a4" }, "downloads": -1, "filename": "PCM2Wav-1.3-py3.7.egg", "has_sig": false, "md5_digest": "f78f246098030e1a57ccb1b1183f5ff8", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 11745, "upload_time": "2019-05-02T13:39:24", "url": "https://files.pythonhosted.org/packages/1c/a1/69d40124ad6fbaf921f9bbf5053a154e490beb6deb541a74c9e6e4850588/PCM2Wav-1.3-py3.7.egg" } ] }