{"id":15201622,"url":"https://github.com/hiimsergey/interrupt","last_synced_at":"2026-02-13T08:04:22.696Z","repository":{"id":209064822,"uuid":"723140648","full_name":"hiimsergey/interrupt","owner":"hiimsergey","description":"Easily create \"X hours of silence occasionally broken by Y\" audios","archived":false,"fork":false,"pushed_at":"2023-12-24T17:12:03.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T00:26:48.476Z","etag":null,"topics":["language-py","language-python","python","python-3","python-app","python-script","python3","script","script-lol","script-python","scripting","scripts","youtube","youtube-video"],"latest_commit_sha":null,"homepage":"","language":"Python","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/hiimsergey.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":"2023-11-24T19:48:10.000Z","updated_at":"2024-11-13T17:17:25.000Z","dependencies_parsed_at":"2024-09-28T03:20:22.306Z","dependency_job_id":"72bc7ed0-abd5-4b2f-a744-cba0ff7eb72a","html_url":"https://github.com/hiimsergey/interrupt","commit_stats":null,"previous_names":["hiimsergey/interrupt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiimsergey%2Finterrupt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiimsergey%2Finterrupt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiimsergey%2Finterrupt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiimsergey%2Finterrupt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiimsergey","download_url":"https://codeload.github.com/hiimsergey/interrupt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241884912,"owners_count":20036848,"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":["language-py","language-python","python","python-3","python-app","python-script","python3","script","script-lol","script-python","scripting","scripts","youtube","youtube-video"],"created_at":"2024-09-28T03:20:18.514Z","updated_at":"2025-09-22T22:38:07.594Z","avatar_url":"https://github.com/hiimsergey.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# interrupt\nEasily create \"X hours of silence occasionally broken by Y\" audios\n\n```\nusage: interrupt.py [-h] [--base BASE] [--cycle] [--length LENGTH]\n                    [--output OUTPUT] [--seed SEED] [--verbose]\n                    [--volume VOLUME]\n                    input [input ...]\n\nEasily create \"X hours of silence occasionally broken by Y\" audios\n\npositional arguments:\n  input                 paths of the sounds to include\n\noptions:\n  -h, --help            show this help message and exit\n  --base BASE, -b BASE  audio to interrupt instead of silence\n  --cycle, -c           include audios in order instead of randomly\n  --length LENGTH, -l LENGTH\n                        length of the generated audio in minutes\n  --output OUTPUT, -o OUTPUT\n                        path of the generated audio\n  --seed SEED, -s SEED  randomization seed of the algorithm\n  --verbose, -v         print additional info like timestamps\n  --volume VOLUME, -V VOLUME\n                        increase/decrease in volume in dB\n```\n\n## Features\n\n### Length\nThrough `--length` you can set the length of the desired audio in minutes (default is 60):\n\n```sh\n# create an audio for half an hour\n$ python interrupt.py sound.mp3 --length 30\n```\n\n### Multiple sounds\nYou are not limited to one single sound. You can add multiple different sounds to one single audio:\n\n```sh\n$ python interrupt.py cave_sound1.mp3 cave_sound2.mp3 cave_sound3.mp3\n```\n\n#### Random or sequential order\nYou can also choose whether the sounds should have a random order or a strict order. Use the `--cycle` flag for the latter.\n\n### Base audio\nInstead of silence, you can select a custom audio file to be infested with sounds, like a song:\n\n```sh\n$ python interrupt.py ad1.mp3 ad2.mp3 ad3.mp3 --base youtube_video.mp3\n```\n\n### Volume\nYou can also increase or decrease the volume of these sounds (relative to how they sound originally) in dB:\n\n```sh\n# make the sound 30dB quieter\n$ python interrupt.py sound.mp3 --volume -30\n# make the sound 100dB louder so you can scare yourself\n$ python interrupt.py sound.mp3 --volume 100\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiimsergey%2Finterrupt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiimsergey%2Finterrupt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiimsergey%2Finterrupt/lists"}