{"id":24072558,"url":"https://github.com/jongan69/obs-studio-soundboard-script","last_synced_at":"2025-07-15T18:35:41.464Z","repository":{"id":218350023,"uuid":"746199509","full_name":"jongan69/obs-studio-soundboard-script","owner":"jongan69","description":"A Python script for obs-soundboard","archived":false,"fork":false,"pushed_at":"2024-01-28T04:30:58.000Z","size":1997,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T22:14:10.906Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jongan69.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}},"created_at":"2024-01-21T11:21:20.000Z","updated_at":"2024-01-21T11:33:28.000Z","dependencies_parsed_at":"2024-01-21T12:29:25.580Z","dependency_job_id":"65c9254f-7706-4237-a5aa-05bc0f2b1310","html_url":"https://github.com/jongan69/obs-studio-soundboard-script","commit_stats":null,"previous_names":["jongan69/obs-studio-soundboard-script"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jongan69/obs-studio-soundboard-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2Fobs-studio-soundboard-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2Fobs-studio-soundboard-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2Fobs-studio-soundboard-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2Fobs-studio-soundboard-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jongan69","download_url":"https://codeload.github.com/jongan69/obs-studio-soundboard-script/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2Fobs-studio-soundboard-script/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265451502,"owners_count":23767771,"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":[],"created_at":"2025-01-09T17:18:27.213Z","updated_at":"2025-07-15T18:35:41.441Z","avatar_url":"https://github.com/jongan69.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OBS Soundboard Script\n\n## Description\nThis script is designed to create a soundboard in OBS Studio, allowing users to play different sounds using customizable hotkeys. The script uses the OBS Python scripting module (`obspython`) to interact with OBS Studio and manage hotkeys.\n\n## Features\n- Supports up to 10 customizable sound buttons.\n- Each button can be associated with a specific sound file.\n- Custom hotkeys trigger the playback of corresponding sounds.\n\n## Usage\n1. Set the sound file for each button by updating the file paths in the `e1` to `e10` instances.\n2. Customize the hotkeys associated with each button by modifying the `Hotkey` instances (`h1` to `h10`) in the `script_load` function.\n3. Run the script in OBS Studio.\n\n## How to Customize\n### Setting Sound Files\n- Update the file paths for each sound in the `e1` to `e10` instances.\n  ```python\n  e1.txt = \"bruh.mp3\"\n  e2.txt = \"bugatti.mp3\"\n  # ... (repeat for e3 to e10)\n  ```\n\n### Setting Hotkeys\n- Customize hotkeys in the `script_load` function by modifying the `Hotkey` instances (`h1` to `h10`).\n  ```python\n  h1.htk_copy = Hotkey(cb1, settings, \"Button 1: \" + e1.txt)\n  h2.htk_copy = Hotkey(cb2, settings, \"Button 2: \" + e2.txt)\n  # ... (repeat for h3 to h10)\n  ```\n\n## Important Note\nMake sure to configure OBS Studio to allow for Python scripting before running this script.\n\n## Sample Soundboard\n- Button 1: \"bruh.mp3\"\n- Button 2: \"bugatti.mp3\"\n- Button 3: \"chad.mp3\"\n- Button 4: \"huh.mp3\"\n- Button 5: \"saul.mp3\"\n- Button 6: \"sigma.mp3\"\n- Button 7: \"two.mp3\"\n- Button 8: \"vine.mp3\"\n- Button 9: \"why.mp3\"\n- Button 10: \"windows.mp3\"\n\nFeel free to modify the script according to your preferences and add more sounds or buttons as needed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongan69%2Fobs-studio-soundboard-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjongan69%2Fobs-studio-soundboard-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongan69%2Fobs-studio-soundboard-script/lists"}