{"id":18456318,"url":"https://github.com/martmists-gh/kaudio-python","last_synced_at":"2026-01-25T00:02:27.531Z","repository":{"id":41980038,"uuid":"437868291","full_name":"Martmists-GH/kaudio-python","owner":"Martmists-GH","description":"Kotlin/Native DSP with CPython wrapper","archived":false,"fork":false,"pushed_at":"2022-07-05T20:09:38.000Z","size":251,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T21:57:09.677Z","etag":null,"topics":["cpython-extensions","kotlin","kotlin-native","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Martmists-GH.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}},"created_at":"2021-12-13T12:41:12.000Z","updated_at":"2025-03-07T19:06:54.000Z","dependencies_parsed_at":"2022-09-21T12:13:29.250Z","dependency_job_id":null,"html_url":"https://github.com/Martmists-GH/kaudio-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Martmists-GH/kaudio-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martmists-GH%2Fkaudio-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martmists-GH%2Fkaudio-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martmists-GH%2Fkaudio-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martmists-GH%2Fkaudio-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Martmists-GH","download_url":"https://codeload.github.com/Martmists-GH/kaudio-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martmists-GH%2Fkaudio-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28739321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T22:12:27.248Z","status":"ssl_error","status_checked_at":"2026-01-24T22:12:10.529Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cpython-extensions","kotlin","kotlin-native","python"],"created_at":"2024-11-06T08:11:08.892Z","updated_at":"2026-01-25T00:02:27.494Z","avatar_url":"https://github.com/Martmists-GH.png","language":"Python","readme":"# KAudio Python Wrapper\n\nA reimplementation of my kaudio library for Python 3.10+\n\n# Application\n\nAn application is bundled by default:\n\n```\n$ pip install Qt.py PySide2  # required due to an issue in NodeGraphQt\n$ pip install --user .[app]  # on zsh: pip install --user .\\[app\\]\n$ python3 -m kaudio.app\n```\n\n# Usage\n\n### Installation\n\n```\n$ pip install .\n```\n\n### Code\n\n```python\nimport kaudio\n\ninput_node = kaudio.InputNode(stereo=False)\noutput_node = kaudio.OutputNode(stereo=False)\neffect_node = kaudio.VolumeNode(stereo=False)\n\ninput_node.connect(\"output\", effect_node, \"input\")\neffect_node.connect(\"output\", output_node, \"input\")\n\neffect_node.gain = 3.0\n\ninput_node.buffer = [\u003c1024 floats\u003e]\ninput_node.process()  # Send to effect_node\neffect_node.process()  # Apply gain and send to output_node\noutput_node.process()  # Write to out buffer\n\nresult_buffer = output_node.buffer\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartmists-gh%2Fkaudio-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartmists-gh%2Fkaudio-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartmists-gh%2Fkaudio-python/lists"}