{"id":21365871,"url":"https://github.com/seanghay/cleanvoice","last_synced_at":"2026-03-10T18:03:41.608Z","repository":{"id":231076782,"uuid":"780820287","full_name":"seanghay/cleanvoice","owner":"seanghay","description":"A Fast Speech Enhancement toolkit using Conv-TasNet","archived":false,"fork":false,"pushed_at":"2024-04-04T02:32:18.000Z","size":17948,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-09T20:10:04.253Z","etag":null,"topics":["convtasnet","source-separation","speech-enhancement","speechenhancement"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/cleanvoice/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seanghay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-02T08:13:40.000Z","updated_at":"2024-08-06T15:14:38.000Z","dependencies_parsed_at":"2024-04-02T11:07:22.688Z","dependency_job_id":null,"html_url":"https://github.com/seanghay/cleanvoice","commit_stats":null,"previous_names":["seanghay/cleanvoice"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fcleanvoice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fcleanvoice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fcleanvoice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fcleanvoice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seanghay","download_url":"https://codeload.github.com/seanghay/cleanvoice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225855955,"owners_count":17534967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["convtasnet","source-separation","speech-enhancement","speechenhancement"],"created_at":"2024-11-22T07:12:55.064Z","updated_at":"2026-03-10T18:03:36.539Z","avatar_url":"https://github.com/seanghay.png","language":"Python","readme":"## CleanVoice\n\nA Fast Speech Enhancement toolkit using [Conv-TasNet (Yi Luo, Nima Mesgarani)](https://arxiv.org/abs/1809.07454)\n\n\u003e Only works with 16kHz audio.\n\n## Install\n\n```shell\npip install cleanvoice\n```\n\n## Usage\n\n\nAudio file\n\n```python\nfrom cleanvoice import cleanvoice\nfrom scipy.io.wavfile import write as write_wav\n\naudio_data = cleanvoice(\"audio.wav\")\nwrite_wav(\"audio-cleaned.wav\", 16000, audio_data)\n```\n\nNumPy Array as input\n\n```python\nfrom cleanvoice import cleanvoice\nfrom scipy.io.wavfile import write as write_wav\nimport librosa\n\ny, _ = librosa.load(\"audio.wav\", mono=True, sr=16000)\naudio_data = cleanvoice(y)\nwrite_wav(\"audio-cleaned.wav\", 16000, audio_data)\n```\n\n## License\n\n`Apache-2.0`","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanghay%2Fcleanvoice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseanghay%2Fcleanvoice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanghay%2Fcleanvoice/lists"}