{ "info": { "author": "Luis Panadero Guarde\u00f1o", "author_email": "luis.panadero@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Multimedia :: Sound/Audio", "Topic :: Multimedia :: Sound/Audio :: Conversion", "Topic :: Software Development :: Embedded Systems", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "===================\nSimple Sound Codecs\n===================\n\nIntroduction\n-------------\nImplementation of some simple and low CPU usage sound codecs like Delta Modulation, Adaptative Delta \nModulation, Binary Time constant, etc\n\nFor more information about BTc codec, read more about it in original author page (Roman Black): \nhttp://www.romanblack.com/btc_alg.htm\n\n\nLicense\n-------\nThe code distributed under BSD license. See LICENSE.txt in sources archive.\n\nDownload\n--------\nhttps://github.com/Zardoz89/BTc-Sound-Codecs.git\n\nInstall\n-------\npython setup.py install\n\nDocumentation\n-------------\n\nSub packages\n~~~~~~~~~~~~\n\nssc.dm\n=======\nContains **lin2btc** and **btc2lin** to convert from/to mono audio fragments (same bytestrings that uses audioop) to/from a stream of bits (a list of booleans) with **Delta Modulation audio codec**.\n\nssc.btc\n=======\nContains **lin2btc** and **btc2lin** to convert from/to mono audio fragments (same bytestrings that uses audioop) to/from a stream of bits (a list of booleans) with **BTc audio codec**.\n\nssc.aux\n=======\nContains **pack** and **unpack** functions to pack/unpack a bitstream in a bytestream with choosable bit-endiannes.\n\nSee pydoc ssc.btc, ssc.dm and ssc.aux for more detail", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Zardoz89/BTc-Sound-Codecs.git", "keywords": "sound codec DM ADM BTC", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "ssc", "package_url": "https://pypi.org/project/ssc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ssc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Zardoz89/BTc-Sound-Codecs.git" }, "release_url": "https://pypi.org/project/ssc/1.0a3/", "requires_dist": null, "requires_python": null, "summary": "Simple Sound Codecs like Delta Modulation, BTC, etc", "version": "1.0a3" }, "last_serial": 834516, "releases": { "1.0a2": [ { "comment_text": "", "digests": { "md5": "cbe64ec7dbdc339063435bb08b108569", "sha256": "445abdb56d381e77b3b80dd2fea56da49ce43598068ab01f55ea478f30048c06" }, "downloads": -1, "filename": "ssc-1.0a2.tar.gz", "has_sig": false, "md5_digest": "cbe64ec7dbdc339063435bb08b108569", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7067, "upload_time": "2013-08-04T20:44:25", "url": "https://files.pythonhosted.org/packages/b0/8c/af96e86b1cc2d08cc063849b5c38517ffa24bd9fe44ab994e006529854bf/ssc-1.0a2.tar.gz" } ], "1.0a3": [ { "comment_text": "", "digests": { "md5": "5d174c7ffea7a38bcc7aba2f0e0ccabc", "sha256": "49002913dca03eca033df368d5cb3e5c6e93f88b8bf4eef19eccef89044ad152" }, "downloads": -1, "filename": "ssc-1.0a3.tar.gz", "has_sig": false, "md5_digest": "5d174c7ffea7a38bcc7aba2f0e0ccabc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7362, "upload_time": "2013-08-07T14:45:58", "url": "https://files.pythonhosted.org/packages/01/c6/25caa87907855d765d421eaaab5a90bec0a145b458f2c12edbbeb63761ae/ssc-1.0a3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5d174c7ffea7a38bcc7aba2f0e0ccabc", "sha256": "49002913dca03eca033df368d5cb3e5c6e93f88b8bf4eef19eccef89044ad152" }, "downloads": -1, "filename": "ssc-1.0a3.tar.gz", "has_sig": false, "md5_digest": "5d174c7ffea7a38bcc7aba2f0e0ccabc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7362, "upload_time": "2013-08-07T14:45:58", "url": "https://files.pythonhosted.org/packages/01/c6/25caa87907855d765d421eaaab5a90bec0a145b458f2c12edbbeb63761ae/ssc-1.0a3.tar.gz" } ] }