{"id":19257172,"url":"https://github.com/mryndzionek/chimes","last_synced_at":"2026-06-23T10:31:35.694Z","repository":{"id":179211866,"uuid":"663135840","full_name":"mryndzionek/chimes","owner":"mryndzionek","description":"Procedural wind chimes sound simulator in C","archived":false,"fork":false,"pushed_at":"2024-03-13T11:43:25.000Z","size":4955,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-23T17:47:04.276Z","etag":null,"topics":["dsp","procedural","rtaudio","soundsynthesis"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mryndzionek.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-07-06T16:20:25.000Z","updated_at":"2024-11-19T03:40:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"9fb7d57d-fc32-44a8-b0b6-824a55986166","html_url":"https://github.com/mryndzionek/chimes","commit_stats":null,"previous_names":["mryndzionek/chimes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mryndzionek/chimes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mryndzionek%2Fchimes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mryndzionek%2Fchimes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mryndzionek%2Fchimes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mryndzionek%2Fchimes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mryndzionek","download_url":"https://codeload.github.com/mryndzionek/chimes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mryndzionek%2Fchimes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34686725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":["dsp","procedural","rtaudio","soundsynthesis"],"created_at":"2024-11-09T19:08:44.883Z","updated_at":"2026-06-23T10:31:35.677Z","avatar_url":"https://github.com/mryndzionek.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chimes\n\nProcedural wind chimes sound simulator in C.\n\nBased on the article:\n\n\u003e   \"*Modal Synthesis of Wind Chime Sounds with Stochastic\n\u003e    Event Triggering*\"\n\n\u003e   by Teemu Lukkari and Vesa Välimäki, 2004\n\n![plots](python/plots.png)\n\nAudio output thanks to [RtAudio](https://www.music.mcgill.ca/~gary/rtaudio/).\n\n## Building\n\n```\nmkdir deps\ncd deps\ngit clone https://github.com/thestk/rtaudio.git -b 5.2.0\ncd rtaudio\n./autogen.sh\n./configure --prefix=$PWD/../../local\nmake\nmake check\nmake install\ncd ../..\nmkdir build\ncd build\ncmake ..\nmake\n```\n\n## Running\n\n```\n./chimes\n```\n\nYou should hear [wind chimes](python/wav/chimes.wav) triggered by simulated random wind gust.\n\nIn the directory `rp2040` there is a `Pi Pico` board app generating the sound via PWM.\nAt sample rate 11025Hz it barely makes it at CPU clock speed of 280MHz. Still fairly\nimpressive taking into account that it's `Cortex M0+` without FPU.\n\n## Other\n\n - `modesynth` - Python scripts for extracting modes from a WAV file\n\n   ![plots](python/bowl_synth.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmryndzionek%2Fchimes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmryndzionek%2Fchimes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmryndzionek%2Fchimes/lists"}