{ "info": { "author": "Arun Ramachandran", "author_email": "ramachandran.arun@outlook.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "# random_audio\n\nA Python CLI tool to generate a mash-up of audio clips. An excellent use case is when you have potentially embarassing audio clips of your friends and you'd like to embarass them further.\n\n## Installation\n\nRun `pip install random_audio`.\n\n## Usage\n\n```\nusage: random_audio [-h] [-s A B] [-n N] [-o O] [-v] directory\n\nMake a randomized mash-up of audio clips.\n\npositional arguments:\n directory Directory to read audio files from, must contain only the audio\n files.\n\noptional arguments:\n -h, --help show this help message and exit\n -s A B Each clip is speeded up X times, where X is A random number\n between A and B. A and B must be greater than 1, and A less than\n B. Omit this option to have all clips play at normal speed.\n (default: None)\n -n N Number of times a random clip is picked and added to the mash-\n up. (default: 15)\n -o O Name of output file. (default: output.mp3)\n -v Enable verbose mode. (default: False)\n```\n\n### Example Usage\n\nAll audio clips are in a folder `audio/` in the current directory, we want to output to `masterpiece.mp3` and want our clips to be speeded up by a factor in the range 2-3:\n\n`random_audio -s 2 3 -o masterpiece.mp3 audio/`\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jhurricane96/random_audio", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "random-audio", "package_url": "https://pypi.org/project/random-audio/", "platform": "", "project_url": "https://pypi.org/project/random-audio/", "project_urls": { "Homepage": "https://github.com/jhurricane96/random_audio" }, "release_url": "https://pypi.org/project/random-audio/1.0.1/", "requires_dist": [ "pydub (==0.22.0)" ], "requires_python": "", "summary": "CLI tool to generate a mash-up of audio clips", "version": "1.0.1" }, "last_serial": 3945168, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "4cb68b2435573d9b6921cd016248bf31", "sha256": "0d8c3c4c4d6876f1519abb73510777cbac35b5e8273f9d640015d2ca5a8aa6cc" }, "downloads": -1, "filename": "random_audio-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "4cb68b2435573d9b6921cd016248bf31", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3151, "upload_time": "2018-06-09T11:56:06", "url": "https://files.pythonhosted.org/packages/d0/48/7886e238c43ff5f1d60a77b861c071fd9715c441b101ea2708c900bc62e5/random_audio-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "45398afb6327cc9c65032a1bf1959543", "sha256": "6d80c0c165bbb4c1d6f8fc461d3f04ed7e8614ef679b8471808c2a2567dfea51" }, "downloads": -1, "filename": "random_audio-1.0.1.tar.gz", "has_sig": false, "md5_digest": "45398afb6327cc9c65032a1bf1959543", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2625, "upload_time": "2018-06-09T11:56:07", "url": "https://files.pythonhosted.org/packages/dd/ff/c68daab9b16acaed63d1bc4340e92a4577a6e203365d2969989ecca3ca3e/random_audio-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4cb68b2435573d9b6921cd016248bf31", "sha256": "0d8c3c4c4d6876f1519abb73510777cbac35b5e8273f9d640015d2ca5a8aa6cc" }, "downloads": -1, "filename": "random_audio-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "4cb68b2435573d9b6921cd016248bf31", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3151, "upload_time": "2018-06-09T11:56:06", "url": "https://files.pythonhosted.org/packages/d0/48/7886e238c43ff5f1d60a77b861c071fd9715c441b101ea2708c900bc62e5/random_audio-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "45398afb6327cc9c65032a1bf1959543", "sha256": "6d80c0c165bbb4c1d6f8fc461d3f04ed7e8614ef679b8471808c2a2567dfea51" }, "downloads": -1, "filename": "random_audio-1.0.1.tar.gz", "has_sig": false, "md5_digest": "45398afb6327cc9c65032a1bf1959543", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2625, "upload_time": "2018-06-09T11:56:07", "url": "https://files.pythonhosted.org/packages/dd/ff/c68daab9b16acaed63d1bc4340e92a4577a6e203365d2969989ecca3ca3e/random_audio-1.0.1.tar.gz" } ] }