{"id":21977239,"url":"https://github.com/eja/wav2vad","last_synced_at":"2025-04-28T16:42:43.864Z","repository":{"id":229294827,"uuid":"775967033","full_name":"eja/wav2vad","owner":"eja","description":"A command line tool for voice activity detection.","archived":false,"fork":false,"pushed_at":"2024-08-22T14:39:03.000Z","size":22158,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-08-23T11:33:17.675Z","etag":null,"topics":["silero","vad","wav"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eja.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}},"created_at":"2024-03-22T12:08:53.000Z","updated_at":"2024-08-22T14:39:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5aacc5e-76b1-494f-b6ef-53c509f99c2e","html_url":"https://github.com/eja/wav2vad","commit_stats":null,"previous_names":["eja/wav2vad"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eja%2Fwav2vad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eja%2Fwav2vad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eja%2Fwav2vad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eja%2Fwav2vad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eja","download_url":"https://codeload.github.com/eja/wav2vad/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227163448,"owners_count":17740336,"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":["silero","vad","wav"],"created_at":"2024-11-29T16:14:04.711Z","updated_at":"2024-11-29T16:14:05.320Z","avatar_url":"https://github.com/eja.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wav2vad\n\nwav2vad is a command-line tool that performs voice activity detection (VAD) on WAV audio files. It utilizes the Silero VAD model and requires the ONNX runtime for inference. The tool processes the input audio file and outputs the detected voice activity occurences in JSON format.\n\n## Requirements\n\n- [ONNX Runtime](https://github.com/microsoft/onnxruntime): Required for running the Silero VAD model.\n\n## Installation\n\n1. **Install ONNX Runtime:**\n   - Follow the installation instructions provided in the [ONNX Runtime repository](https://github.com/microsoft/onnxruntime).\n\n2. **Build wav2vad:**\n   - Clone this repository:\n     ```\n     git clone https://github.com/eja/wav2vad.git\n     ```\n   - Navigate to the cloned directory and build the executable:\n     ```\n     cd wav2vad\n     make\n     ```\n\n## Usage\n\nAfter building the `wav2vad` executable, you can use it to perform voice activity detection on WAV audio files.\n\nUsage: ```./wav2vad \u003cpath_of_the_wav_file\u003e```\n\n- `\u003cpath_of_the_wav_file\u003e`: Path to the input WAV audio file.\n\n\nThe output will be in JSON format and will contain the detected voice activity time along with confidence scores.\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\n- This project relies on ONNX Runtime for executing the VAD model.\n- This project is based on the Silero VAD example available at [snakers4/silero-vad](https://github.com/snakers4/silero-vad/tree/master/examples/cpp).\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feja%2Fwav2vad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feja%2Fwav2vad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feja%2Fwav2vad/lists"}