{"id":19904210,"url":"https://github.com/apapamarkou/pipewire-controller","last_synced_at":"2025-07-29T22:38:55.762Z","repository":{"id":250789290,"uuid":"822851740","full_name":"apapamarkou/pipewire-controller","owner":"apapamarkou","description":"a simple to install and use tray icon to change samplerate and buffer size when using pipewire","archived":false,"fork":false,"pushed_at":"2025-03-16T11:53:11.000Z","size":182,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T22:35:48.302Z","etag":null,"topics":["linux","linux-audio","linux-multimedia-studio","linux-utilities","linux-utility","pipewire","system-tray","tray-icon","tray-icons","tray-menu"],"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/apapamarkou.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}},"created_at":"2024-07-02T00:50:03.000Z","updated_at":"2025-04-08T20:48:22.000Z","dependencies_parsed_at":"2025-03-16T12:38:45.837Z","dependency_job_id":"d9a3606c-35e6-42e8-a2f4-cdd56dd25811","html_url":"https://github.com/apapamarkou/pipewire-controller","commit_stats":null,"previous_names":["apapamarkou/pipewire_controller"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apapamarkou/pipewire-controller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apapamarkou%2Fpipewire-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apapamarkou%2Fpipewire-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apapamarkou%2Fpipewire-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apapamarkou%2Fpipewire-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apapamarkou","download_url":"https://codeload.github.com/apapamarkou/pipewire-controller/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apapamarkou%2Fpipewire-controller/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267772851,"owners_count":24142095,"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-07-29T02:00:12.549Z","response_time":2574,"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":["linux","linux-audio","linux-multimedia-studio","linux-utilities","linux-utility","pipewire","system-tray","tray-icon","tray-icons","tray-menu"],"created_at":"2024-11-12T20:27:25.756Z","updated_at":"2025-07-29T22:38:55.727Z","avatar_url":"https://github.com/apapamarkou.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PipeWire Controller\n\n![Peek 2024-07-04 02-18](https://github.com/apapamarkou/pipewire_controller/assets/42995877/32536db2-a461-4078-896c-573e77dd7092)\n\nA simple to install and use tray icon to control the samplerate and buffersize when using [PipeWire](https://pipewire.org/) audio server.\n\n## Features\n\n- Change the samplerate and buffer size of [PipeWire](https://pipewire.org/) from a system tray icon.\n- Save and load settings automatically.\n- Support for any Linux desktop environment or window manager with a system tray visible.\n\n## Dependencies\n\nTo run this application, you need the following dependencies:\n\n- Python 3\n- PyQt5 or PyQt6 (use -qt6 flag)\n- PipeWire utilities (`pw-metadata` command)\n- Git\n- Wget\n\n## How do I install those \"dependencies\"?\n\n### Examples\n\n- **Arch Linux, Manjaro, Garuda**\n```\nsudo pacman -S --needed python-pyqt5 pipewire git wget\n```\n\n- **RedHat, Fedora** \n```\nsudo dnf install python3-qt5 pipewire git wget\n```\n\n- **OpenSUSE** \n```\nsudo zypper install python3-qt5 pipewire git wget\n```\n\n- **Solus** \n```\nsudo eopkg install python3-qt5 pipewire git wget\n```\n\n- **Debian, Ubuntu, Mint** \n```\nsudo apt-get install python3-pyqt5 pipewire git wget\n```\n\nNote: replace `python3-qt5` with `python3-qt5` if you want to use Qt6\n\n## How to Install/Update Pipewire Controller\n\nCopy the following command, paste it in a terminal and hit [ENTER]. Thats it!\n```\nQT_PLATFORM=5 wget -qO- https://raw.githubusercontent.com/apapamarkou/pipewire-controller/main/src/pipewire-controller-git-install | bash\n```\n\nNote: replace `QT_PLATFORM=5` with `QT_PLATFORM=6` if you want to use Qt6\n\n## How to Uninstall Pipewire Controller\n\nCopy the following command, paste it in a terminal and hit [ENTER]. Thats it!\n```\nwget -qO- https://raw.githubusercontent.com/apapamarkou/pipewire-controller/main/src/pipewire-controller-git-uninstall | bash\n```\n\n## Acknowledgments\n\nI would like to extend our heartfelt thanks to the following contributors:\n\n- **@[ItzSelenux](https://github.com/ItzSelenux)**\n- **@[Axel-Erfurt](https://github.com/Axel-Erfurt)**\n\nThank you for being a part of our project and helping make it better!\n\n## License\n\nThis script is licensed under the GNU License. See the [LICENSE](LICENSE) file for details.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapapamarkou%2Fpipewire-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapapamarkou%2Fpipewire-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapapamarkou%2Fpipewire-controller/lists"}