{"id":21118470,"url":"https://github.com/iffyloop/easyairwindows","last_synced_at":"2026-04-15T12:39:35.796Z","repository":{"id":232125457,"uuid":"606930450","full_name":"iffyloop/EasyAirwindows","owner":"iffyloop","description":"Easily integrate Airwindows effects into any application, without VST or AU frameworks, just like any other external library","archived":false,"fork":false,"pushed_at":"2024-12-20T21:26:43.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-08T17:02:05.927Z","etag":null,"topics":["airwindows","audio","audio-effect","audio-library","audio-processing","cpp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iffyloop.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-02-27T00:19:36.000Z","updated_at":"2024-12-20T21:26:47.000Z","dependencies_parsed_at":"2025-03-14T11:10:57.252Z","dependency_job_id":null,"html_url":"https://github.com/iffyloop/EasyAirwindows","commit_stats":null,"previous_names":["iffyloop/easyairwindows"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iffyloop/EasyAirwindows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iffyloop%2FEasyAirwindows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iffyloop%2FEasyAirwindows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iffyloop%2FEasyAirwindows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iffyloop%2FEasyAirwindows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iffyloop","download_url":"https://codeload.github.com/iffyloop/EasyAirwindows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iffyloop%2FEasyAirwindows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31842193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T11:29:19.690Z","status":"ssl_error","status_checked_at":"2026-04-15T11:29:19.171Z","response_time":63,"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":["airwindows","audio","audio-effect","audio-library","audio-processing","cpp"],"created_at":"2024-11-20T03:00:10.757Z","updated_at":"2026-04-15T12:39:35.761Z","avatar_url":"https://github.com/iffyloop.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyAirwindows\n\nThe EasyAirwindows script wraps the popular Airwindows audio effect collection for easy integration with any C++ project, just like an external library, instead of exporting the effects as VST/AU formats.\n\n## Setup\n\n```sh\ngit clone https://github.com/iffyloop/EasyAirwindows.git\ncd EasyAirwindows\npython3 main.py\n```\n\nThe `out` directory now contains a folder called `EasyAirwindows` which you may add to your include path.\n\n## Usage\n\n```cpp\n#include \u003cEasyAirwindows/EasyAirwindowsIndex.h\u003e\n\n// List the names of all available Airwindows effects\nfor (int i = 0; i \u003c EasyAirwindows::Index::NUM_EFFECT_IDS; ++i) {\n  std::cout \u003c\u003c EasyAirwindows::Index::getEffectName(i) \u003c\u003c std::endl;\n}\n\n// Create an effect\nauto effect = EasyAirwindows::Index::createEffect(0); // Pass the ID of the desired effect as an argument\n\n// Destroy an effect\nEasyAirwindows::Index::destroyEffect(effect);\n```\n\n## License\n\nYour choice of Public Domain (Unlicense) or MIT No Attribution - please read the [LICENSE](LICENSE) file for more details. This license applies only to the `main.py` script, `EasyAirwindowsIndex.h`, and `EasyAirwindowsIndex.cpp`. `EasyAirwindowsAudioEffectX.h` is based on [airwin2clap](https://github.com/baconpaul/airwin2clap/blob/main/LICENSE.md) and is MIT-licensed. All generated files are based on [Airwindows](https://github.com/airwindows/airwindows/blob/master/LICENSE) which is MIT-licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiffyloop%2Feasyairwindows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiffyloop%2Feasyairwindows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiffyloop%2Feasyairwindows/lists"}