{ "info": { "author": "Kazem Ardekanian", "author_email": "kazem.ardekanian@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2" ], "description": "This is commandline utility for generating mixed audio and noise files.\nIt is required to have valid audio files and the same number of noise files\nin two different directories. For simplicity we name audio files with an increasing sequenced of integers (as shown below)\nA utility create_noise_files.py creates noise files. However, valid audio wav files needs to\nbe provided.\n\nHow to install:\n\n>pip install soundmixture\n\n>gensound --help\nusage: gensound [-h] noisedir audiodir mixeddir SNR\n\nGenerate mixed audio noise files\n\npositional arguments:\n noisedir spcefiy where the noise files are located\n audiodir spcefiy where the audio files are located\n mixeddir spcefiy where the output dir for mixed files audio/noise are\n located\n SNR spcefiy SNR level\n\noptional arguments:\n -h, --help show this help message and exit\n\n\nexample:\n>gensound soundmixture/data/noise/ soundmixture/data/audio/ ./out -40\n\noutput:\naudio/noise mixed files are:\n./data/mixedaudZorro/mixed_1.wav\n./data/mixedaudZorro/mixed_10.wav\n./data/mixedaudZorro/mixed_2.wav\n./data/mixedaudZorro/mixed_3.wav\n./data/mixedaudZorro/mixed_4.wav\n./data/mixedaudZorro/mixed_5.wav\n./data/mixedaudZorro/mixed_6.wav\n./data/mixedaudZorro/mixed_7.wav\n./data/mixedaudZorro/mixed_8.wav\n./data/mixedaudZorro/mixed_9.wav\n\n\nInput noise files are located at:\nls -1 data/noise/\nnoise1.wav\nnoise10.wav\nnoise2.wav\nnoise3.wav\nnoise4.wav\nnoise5.wav\nnoise6.wav\nnoise7.wav\nnoise8.wav\nnoise9.wav\n\nInput audio files are located at:\nls -1 data/audio/\n1.wav\n10.wav\n2.wav\n3.wav\n4.wav\n5.wav\n6.wav\n7.wav\n8.wav\n9.wav\n\nNote: a set of sample noise and audio files can be found in the data directory of where the package is installed: pip show soundmixture\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/aakazemaa/permutation/tree/sound", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "soundmixture", "package_url": "https://pypi.org/project/soundmixture/", "platform": "", "project_url": "https://pypi.org/project/soundmixture/", "project_urls": { "Homepage": "https://github.com/aakazemaa/permutation/tree/sound" }, "release_url": "https://pypi.org/project/soundmixture/0.9/", "requires_dist": [ "pydub", "scipy" ], "requires_python": "", "summary": "generating mixture of noise and non-noise sound files", "version": "0.9" }, "last_serial": 4627225, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "997272c550d220b951b0cf4097c1647b", "sha256": "29f3822fdb844469e923bbd8f4aec8689b3d6eeaf335092ee2e42e95fbef6ce5" }, "downloads": -1, "filename": "soundmixture-0.9-py2-none-any.whl", "has_sig": false, "md5_digest": "997272c550d220b951b0cf4097c1647b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3718223, "upload_time": "2018-12-22T05:47:09", "url": "https://files.pythonhosted.org/packages/9b/d6/ee7e03ec37d00cd21015f26bc2dcb4a509768cac12193d238d77d63ad929/soundmixture-0.9-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "997272c550d220b951b0cf4097c1647b", "sha256": "29f3822fdb844469e923bbd8f4aec8689b3d6eeaf335092ee2e42e95fbef6ce5" }, "downloads": -1, "filename": "soundmixture-0.9-py2-none-any.whl", "has_sig": false, "md5_digest": "997272c550d220b951b0cf4097c1647b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3718223, "upload_time": "2018-12-22T05:47:09", "url": "https://files.pythonhosted.org/packages/9b/d6/ee7e03ec37d00cd21015f26bc2dcb4a509768cac12193d238d77d63ad929/soundmixture-0.9-py2-none-any.whl" } ] }