{"id":16170186,"url":"https://github.com/porglezomp/wav-synth","last_synced_at":"2025-10-24T13:52:47.253Z","repository":{"id":20697804,"uuid":"23981394","full_name":"porglezomp/wav-synth","owner":"porglezomp","description":"Synthesize straight into a .WAV file from C","archived":false,"fork":false,"pushed_at":"2015-09-12T02:48:38.000Z","size":194,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-13T11:33:44.540Z","etag":null,"topics":["music-notation","sound","synthesizer","wav"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/porglezomp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-13T00:23:40.000Z","updated_at":"2021-01-28T05:56:10.000Z","dependencies_parsed_at":"2022-08-19T19:30:38.856Z","dependency_job_id":null,"html_url":"https://github.com/porglezomp/wav-synth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/porglezomp%2Fwav-synth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/porglezomp%2Fwav-synth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/porglezomp%2Fwav-synth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/porglezomp%2Fwav-synth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/porglezomp","download_url":"https://codeload.github.com/porglezomp/wav-synth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247610932,"owners_count":20966446,"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","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":["music-notation","sound","synthesizer","wav"],"created_at":"2024-10-10T03:17:45.988Z","updated_at":"2025-10-24T13:52:42.234Z","avatar_url":"https://github.com/porglezomp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"WAV Synth\n=========\n\nWAV Synth is a package for synthesizing music from a music format.\n\nOverview\n--------\n\nWith WAV synth, you write a musical score in a human readable music format,\nand then run it through a converter which turns it into a much more basic format\nfor synthesis.\nSound.exe can take one of these compiled scores and turn it into a .WAV file for\nyour enjoyment.\n\nIf you want a high quality synth for music production, this is not for you,\nbut if you're looking for a small, simple, hackable synth to mess around with,\nWAV Synth is a good choice.\n\nExample Usage\n-------------\n\nRunning `python convert.py mario.pyscore` will produce a compiled score file \ncalled `mario.cscore`, and then running `./Sound.exe cscore` will produce\na sound file called `out.wav`.\n\nGetting Started\n---------------\n\nWAV Synth is a C program with no dependencies.\nTo compile it, you'll need a C compiler (tested on clang, gcc, and mingw).\nIf you're using mingw, run `mingw32-make` to run the makefile and compile it,\nif you're using any other compiler, you should be able to just type `make`.\n\n`converter.py` is a Python program, and so it naturally has Python as a dependency.\nTo convert a .pyscore to a .cscore, run `python converter.py \u003cpyscore file\u003e [\u003coutput cscore\u003e]`.\n\nTo produce a wav file, run `./Sound.exe \u003cinput cscore\u003e [\u003coutput WAV\u003e]`\n\nCredits\n-------\n\nDeveloped by Caleb Jones (@porglezomp).\n\nLicense\n-------\n\nLicensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fporglezomp%2Fwav-synth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fporglezomp%2Fwav-synth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fporglezomp%2Fwav-synth/lists"}