{"id":21092682,"url":"https://github.com/bycob/harmonizer","last_synced_at":"2025-05-16T14:31:28.536Z","repository":{"id":128502337,"uuid":"561105498","full_name":"Bycob/harmonizer","owner":"Bycob","description":"Jacob Collier-like harmonizer, because I'm jealous and I want a choir for myself too","archived":false,"fork":false,"pushed_at":"2024-02-24T23:00:44.000Z","size":3008,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-04T02:11:07.952Z","etag":null,"topics":["audio-processing","dsp","harmonizer","music","realtime-audio","vocoder"],"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/Bycob.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}},"created_at":"2022-11-03T00:41:06.000Z","updated_at":"2024-02-23T10:27:26.000Z","dependencies_parsed_at":"2023-12-20T11:54:36.643Z","dependency_job_id":"64884510-5822-4f0f-965b-11e2553bd07d","html_url":"https://github.com/Bycob/harmonizer","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/Bycob%2Fharmonizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bycob%2Fharmonizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bycob%2Fharmonizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bycob%2Fharmonizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bycob","download_url":"https://codeload.github.com/Bycob/harmonizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254546792,"owners_count":22089206,"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":["audio-processing","dsp","harmonizer","music","realtime-audio","vocoder"],"created_at":"2024-11-19T21:56:02.173Z","updated_at":"2025-05-16T14:31:26.759Z","avatar_url":"https://github.com/Bycob.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Harmonizer\n\nJacob Collier-like harmonizer, written in C and open source free for use :sunglasses:\n\n## Startup\n\nAt the moment the harmonizer can only run on Linux. This will change. It can't stay like this.\n\n- Install jack (more about [here](docs/help.md#install-jack))\n- Clone repository\n```bash\ngit clone --recursive https://github.com/Bycob/harmonizer.git\n```\n- Build\n```bash\nmkdir build\ncd build\ncmake ..\nmake\n```\n\n## Test the software\n\n```bash\ncat /proc/asound/cards\n# Select the sound card according to the output\nscripts/start_jack.sh 1\n\n# Run with audio interface \u0026 midi inferface\n./harmonizer --midi_interface [the name of the interface]\n\n# Run from audio sample with a midi file\n./harmonizer --audio_input_file samples/test_sample_01.wav --midi_input_file samples/test_sample_01.mid\n\n# If you don't support jack but still want to run the harmonizer,\n# you can try the offline mode. Output will be saved to a file\n./harmonizer --audio_input_file samples/test_sample_01.wav --midi_input_file samples/test_sample_01.mid --save_audio_output my_output.wav --no_play_audio\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbycob%2Fharmonizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbycob%2Fharmonizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbycob%2Fharmonizer/lists"}