{"id":23726049,"url":"https://github.com/voidful/audio-preprocessing-pipeline","last_synced_at":"2026-02-10T04:36:43.242Z","repository":{"id":109431038,"uuid":"540063959","full_name":"voidful/audio-preprocessing-pipeline","owner":"voidful","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-06T15:50:10.000Z","size":21,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-04T02:43:43.556Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voidful.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-22T16:08:27.000Z","updated_at":"2023-02-24T12:13:14.000Z","dependencies_parsed_at":"2023-03-22T09:33:09.759Z","dependency_job_id":null,"html_url":"https://github.com/voidful/audio-preprocessing-pipeline","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/voidful/audio-preprocessing-pipeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidful%2Faudio-preprocessing-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidful%2Faudio-preprocessing-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidful%2Faudio-preprocessing-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidful%2Faudio-preprocessing-pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voidful","download_url":"https://codeload.github.com/voidful/audio-preprocessing-pipeline/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidful%2Faudio-preprocessing-pipeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29290991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T03:42:42.660Z","status":"ssl_error","status_checked_at":"2026-02-10T03:42:41.897Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-12-31T00:18:19.668Z","updated_at":"2026-02-10T04:36:43.235Z","avatar_url":"https://github.com/voidful.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# audio-preprocessing-pipeline\n\n## Preparation\n\n```shell\napt-get install libsox-fmt-all libsox-dev sox\nadd-apt-repository -y ppa:savoury1/ffmpeg4\napt-get -qq install -y ffmpeg\n```\n\n## Usage\n\n### Convert audio format to ogg and sampling to 16k\n\n`python convert_format_sampling.py -s /audio_folder/ -w 30`\n\n### Language Identification (LID) and speech enhancement\n\n```python\nfrom lid_enhancement import AudioLIDEnhancer\n\nase = AudioLIDEnhancer(enable_enhancement=False)\nprint(ase('test.ogg'))\n```\n\n## References\n\nDenoiser copied\nfrom [fairseq](https://github.com/facebookresearch/fairseq/tree/main/examples/speech_synthesis/preprocessing/denoiser)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidful%2Faudio-preprocessing-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoidful%2Faudio-preprocessing-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidful%2Faudio-preprocessing-pipeline/lists"}