{"id":18447866,"url":"https://github.com/simonstnn/soundboard","last_synced_at":"2025-08-25T02:15:34.730Z","repository":{"id":218061997,"uuid":"742942225","full_name":"SimonStnn/soundboard","owner":"SimonStnn","description":"This Python-based soundboard project allows you to play audio through your microphone, creating a customizable and interactive soundboard experience. Easily trigger your favorite sounds or effects in real-time during virtual meetings, live streams, or casual conversations.","archived":false,"fork":false,"pushed_at":"2024-01-25T12:54:15.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T21:55:45.053Z","etag":null,"topics":["soundboard"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SimonStnn.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-01-13T20:32:08.000Z","updated_at":"2024-04-03T17:31:08.000Z","dependencies_parsed_at":"2025-02-16T13:17:37.034Z","dependency_job_id":"aa406b13-f3f9-4cc7-8698-052da3979385","html_url":"https://github.com/SimonStnn/soundboard","commit_stats":null,"previous_names":["simonstnn/soundboard"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/SimonStnn/soundboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonStnn%2Fsoundboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonStnn%2Fsoundboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonStnn%2Fsoundboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonStnn%2Fsoundboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimonStnn","download_url":"https://codeload.github.com/SimonStnn/soundboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonStnn%2Fsoundboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271998353,"owners_count":24856013,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["soundboard"],"created_at":"2024-11-06T07:14:36.331Z","updated_at":"2025-08-25T02:15:34.688Z","avatar_url":"https://github.com/SimonStnn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Soundboard\n\nThis Python-based soundboard project allows you to play audio through your microphone, creating a customizable and interactive soundboard experience. Easily trigger your favorite sounds or effects in real-time during virtual meetings, live streams, or casual conversations.\n\n## Table of contents\n\n- [Soundboard](#soundboard)\n  - [Table of contents](#table-of-contents)\n  - [🚀 Get started](#-get-started)\n    - [Downloading the program](#downloading-the-program)\n      - [Download from release](#download-from-release)\n      - [Clone the project](#clone-the-project)\n    - [Config](#config)\n      - [Manually](#manually)\n      - [Automatically](#automatically)\n    - [Installing a virtual cable](#installing-a-virtual-cable)\n  - [Add audio](#add-audio)\n\n## 🚀 Get started\n\n### Downloading the program\n\nTo download the soundboard you can either [download from the latest release](#download-from-release) or [clone the project](#clone-the-project). For most users [downloading from the latest release](#download-from-release) is recommended.\n\n#### Download from release\n\nTo get started download the [`soundboard.zip`](https://github.com/SimonStnn/soundboard/releases/latest/download/soundboard.zip) file from the latest release. After downloading, unzip the file and run `soundboard.exe`.\n\n#### Clone the project\n\nClone the project.\n\n```bash\ngit clone https://github.com/SimonStnn/soundboard.git\ncd soundboard\n```\n\nSet up venv (optional)\n\n```bash\npython -m venv .venv\n.\\.venv\\Scripts\\activate\n```\n\nInstall requirements\n\n```bash\npip install -r requirements.txt\n```\n\nBuild the exe\n\n```bash\npyinstaller --distpath . --name soundboard --icon .\\images\\icon.ico --windowed --onefile .\\src\\main.py\n```\n\n### Config\n\nYou can customize the soundboard to your liking in the config. If you want to keep the default, you can ignore this section and skip to [Installing a virtual cable](#installing-a-virtual-cable).\n\n#### Manually\n\nTo manually make the config, rename `config.yaml.template` to `config.yaml` and you're good to go! You can change the values in the config to your liking.\n\n#### Automatically\n\nA copy of the `config.yaml.template` will be made the first time you run the program. Once the `config.yaml` file is made you can make changes and customize the soundboard.\n\n### Installing a virtual cable\n\nTo play the audio trough the microphone you'll need a virtual cable. You can do this at [VB-audio](https://vb-audio.com/Cable/) or with any other virtual cable software.\n\n\u003e Follow the instructions on the website to setup your virtual cable.\n\n## Add audio\n\nYou can add your own audio files to the `audio` folder. After adding them you may need to restart the program so they are loaded correctly.\n\n---\n\n\u003e Thank you for using my soundboard. 😄\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonstnn%2Fsoundboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonstnn%2Fsoundboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonstnn%2Fsoundboard/lists"}