{"id":13728941,"url":"https://github.com/norihiro/obs-audio-pan-filter","last_synced_at":"2026-01-31T06:20:08.283Z","repository":{"id":48605791,"uuid":"281917159","full_name":"norihiro/obs-audio-pan-filter","owner":"norihiro","description":"Pan control filter for OBS audio source","archived":false,"fork":false,"pushed_at":"2024-10-26T04:54:38.000Z","size":153,"stargazers_count":21,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T12:25:48.969Z","etag":null,"topics":["obs-studio","obs-studio-plugin"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/norihiro.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},"funding":{"custom":"https://paypal.me/nkamae","github":"norihiro","ko_fi":"nkamae"}},"created_at":"2020-07-23T10:07:55.000Z","updated_at":"2025-06-19T04:30:38.000Z","dependencies_parsed_at":"2025-04-20T11:30:30.496Z","dependency_job_id":null,"html_url":"https://github.com/norihiro/obs-audio-pan-filter","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/norihiro/obs-audio-pan-filter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norihiro%2Fobs-audio-pan-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norihiro%2Fobs-audio-pan-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norihiro%2Fobs-audio-pan-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norihiro%2Fobs-audio-pan-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/norihiro","download_url":"https://codeload.github.com/norihiro/obs-audio-pan-filter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norihiro%2Fobs-audio-pan-filter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28931096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T04:05:25.756Z","status":"ssl_error","status_checked_at":"2026-01-31T04:02:35.005Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["obs-studio","obs-studio-plugin"],"created_at":"2024-08-03T02:00:52.555Z","updated_at":"2026-01-31T06:20:08.193Z","avatar_url":"https://github.com/norihiro.png","language":"CMake","funding_links":["https://paypal.me/nkamae","https://github.com/sponsors/norihiro","https://ko-fi.com/nkamae"],"categories":["Setting up OBS Studio"],"sub_categories":["Useful OBS Studio 3rd party plugins and themes."],"readme":"# Audio Pan Filter plugin for OBS Studio\n\n## Introduction\n\nThis is a simple plugin to control stereo pan of audio source in OBS Studio.\n\n- Adjust volumes of left and right channel separately\n- Adjust pan control of each channel\n\n## Build\n\n### Linux\nMake sure `libobsConfig.cmake` is found by cmake.\nThen run these commands.\n```\ngit clone https://github.com/norihiro/obs-audio-pan-filter\ncd obs-audio-pan-filter\nmkdir build \u0026\u0026 cd build\ncmake \\\n\t-DCMAKE_INSTALL_PREFIX=/usr \\\n\t-DCMAKE_INSTALL_LIBDIR=/usr/lib \\\n\t..\nmake -j2\nsudo make install\n```\nYou might need to adjust `CMAKE_INSTALL_LIBDIR` for your system.\n\n### macOS\nMake sure `libobsConfig.cmake` is found by cmake.\nThen run these commands.\n```\ngit clone https://github.com/norihiro/obs-audio-pan-filter\ncd obs-audio-pan-filter\nmkdir build \u0026\u0026 cd build\ncmake \\\n\t-DLIBOBS_LIB=\u003cpath to libobs.0.dylib\u003e \\\n\t..\nmake -j2\n```\nFinally, copy obs-audio-pan-filter.so to the obs-plugins folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorihiro%2Fobs-audio-pan-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnorihiro%2Fobs-audio-pan-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorihiro%2Fobs-audio-pan-filter/lists"}