{ "info": { "author": "Christian Sharpsten", "author_email": "chris.sharpsten@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "img2wav\n=======\n\nimg2wav is a simple command line utility to convert image files into audio clips\nsuitable for display in a spectrogram. Multiple images can be specified to\ncreate a scrolling display.\n\nInstallation\n------------\n\nimg2wav can be installed from pip::\n\n pip3 install img2wav\n\nUsage\n-----\n\nimg2wav provides a simple command line interface to generate wav files. It's\nrelatively easy to tune parameters for waveform generation, allowing you to\noptionally specify the delay between images, center frequency, image bandwidth,\nand output file samplerate.\n\n::\n\n $ img2wav -o res/hackers.wav res/images/*\n [*] Writing wav file: res/hackers.wav\n [*] Center frequency: 2750hz\n [*] Bandwidth : 4000hz\n [*] Sample rate : 11025hz\n [*] Delay : 2000ms\n [*] Processing: res/images/glider.png\n [*] Processing: res/images/hackers.bmp\n [*] Processing: res/images/hacktheplanet2.bmp\n [*] Processing: res/images/hacktheplanet.jpg\n [+] Done\n\n.. image:: res/hackers.gif\n :alt: Spectrogram output example\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/shareef12/img2wav/archive/v0.1.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/shareef12/img2wav", "keywords": "", "license": "GPL-2", "maintainer": "", "maintainer_email": "", "name": "img2wav", "package_url": "https://pypi.org/project/img2wav/", "platform": "", "project_url": "https://pypi.org/project/img2wav/", "project_urls": { "Download": "https://github.com/shareef12/img2wav/archive/v0.1.2.tar.gz", "Homepage": "https://github.com/shareef12/img2wav" }, "release_url": "https://pypi.org/project/img2wav/0.1.2/", "requires_dist": [ "Pillow", "numpy" ], "requires_python": "", "summary": "Convert images to wav audio files to view in a spectrogram", "version": "0.1.2" }, "last_serial": 3771511, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "a2bed009575e7bdd717d18a7834b5774", "sha256": "13e9940f9547e7ba165fb78c346e8a53ce0c7938e94ba7bbaecbb0ab2950768a" }, "downloads": -1, "filename": "img2wav-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "a2bed009575e7bdd717d18a7834b5774", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5414, "upload_time": "2018-04-17T03:35:59", "url": "https://files.pythonhosted.org/packages/84/04/73bb254504c4d764141c1e1783db5431290888c22addbcb29e27fce50c2b/img2wav-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7fcfebda2402918793b032b2a8fcfb03", "sha256": "c94bfba363bcf244027d8f2124198aa94f77b9b96d3cfa27272c21e38122737a" }, "downloads": -1, "filename": "img2wav-0.1.2.tar.gz", "has_sig": false, "md5_digest": "7fcfebda2402918793b032b2a8fcfb03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3731, "upload_time": "2018-04-17T03:36:00", "url": "https://files.pythonhosted.org/packages/02/d0/dc554c93be284837185327f20a09c98cbe61fbf04159f4df7ef0a6df11b5/img2wav-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a2bed009575e7bdd717d18a7834b5774", "sha256": "13e9940f9547e7ba165fb78c346e8a53ce0c7938e94ba7bbaecbb0ab2950768a" }, "downloads": -1, "filename": "img2wav-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "a2bed009575e7bdd717d18a7834b5774", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5414, "upload_time": "2018-04-17T03:35:59", "url": "https://files.pythonhosted.org/packages/84/04/73bb254504c4d764141c1e1783db5431290888c22addbcb29e27fce50c2b/img2wav-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7fcfebda2402918793b032b2a8fcfb03", "sha256": "c94bfba363bcf244027d8f2124198aa94f77b9b96d3cfa27272c21e38122737a" }, "downloads": -1, "filename": "img2wav-0.1.2.tar.gz", "has_sig": false, "md5_digest": "7fcfebda2402918793b032b2a8fcfb03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3731, "upload_time": "2018-04-17T03:36:00", "url": "https://files.pythonhosted.org/packages/02/d0/dc554c93be284837185327f20a09c98cbe61fbf04159f4df7ef0a6df11b5/img2wav-0.1.2.tar.gz" } ] }