{"id":18084895,"url":"https://github.com/coderofsalvation/soxmasterhouse","last_synced_at":"2025-04-12T20:10:37.926Z","repository":{"id":12078676,"uuid":"14666175","full_name":"coderofsalvation/soxmasterhouse","owner":"coderofsalvation","description":"automatically mastering of audio using sox/ladspa/vst","archived":false,"fork":false,"pushed_at":"2020-05-28T19:25:43.000Z","size":18,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T14:21:41.958Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coderofsalvation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":"https://gumroad.com/l/hGYGh"}},"created_at":"2013-11-24T18:06:28.000Z","updated_at":"2022-11-15T08:00:23.000Z","dependencies_parsed_at":"2022-09-10T06:02:35.740Z","dependency_job_id":null,"html_url":"https://github.com/coderofsalvation/soxmasterhouse","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/coderofsalvation%2Fsoxmasterhouse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fsoxmasterhouse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fsoxmasterhouse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fsoxmasterhouse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderofsalvation","download_url":"https://codeload.github.com/coderofsalvation/soxmasterhouse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625493,"owners_count":21135513,"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":[],"created_at":"2024-10-31T15:08:33.598Z","updated_at":"2025-04-12T20:10:37.895Z","avatar_url":"https://github.com/coderofsalvation.png","language":"Shell","funding_links":["https://gumroad.com/l/hGYGh"],"categories":[],"sub_categories":[],"readme":"soxmasterhouse\n==============\n\nautomatically mastering of audio using sox/ladspa/vst\n\n### Why ###\n\nI wanted to automate post-processing of music, specifically concerning\nM/S processing.\n\n### Howto ###\n\n    git clone https://github.com/coderofsalvation/soxmasterhouse.git\n    cd soxmasterhouse\n    ./soxmasterhouse init mymasteringpreset\n    ./soxmasterhouse process myfile.wav mymasteringpreset\n \nOr do this to have audiopreviews between every stage \n\n    SLEEP=1 PPRE=2 PMID=4 PSIDE=4 PPOST=5 ./soxmasterhouse process myfile.wav mymasteringpreset \"00:00:01.00 00:04:01.00\"\n\nThe above command will process the mid/side audio using my preset, and at every step (preprocessing,midprocessing,sideprocessing,postprocessing) it will preview (n seconds) the result to me (with 1 second of sleep in between the previewing).\n  \nThis will allow me to fire up my editor (audacity/wavosaur) to analyze/edit the mid- or side-file before merging them together:\n\n    MANUAL=1 ./soxmasterhouse process myfile.wav mymasteringpreset \"00:00:01.00 00:04:01.00\"\n\n### What does a preset look like ###\n\nWell thats up to you, you can go crazy with sox (Which supports ladspa) or MrsWatson/Misswatson for VST. however, this is your starting point after initing a preset:\n\n    # \n    # bashmasterhouse configuration file \n    #\n    \n    process_pre(){\n      input=\"$1\"; output=\"$2\"; echo \"preprocessing\"\n      # aplay \"$input\" -d 2s # uncomment this to preview the dry signal\n    }\n    \n    process_mid(){\n      input=\"$1\"; output=\"$2\"; echo \"processing mid of M/S\"\n      # aplay \"$input\" -d 2s # uncomment this to preview the dry signal\n    }\n    \n    process_side(){\n      input=\"$1\"; output=\"$2\"; echo \"processing side of M/S\"\n      # aplay \"$input\" -d 2s # uncomment this to preview the dry signal\n    }\n    \n    process_post(){\n      input=\"$1\"; output=\"$2\"; echo \"post processing \"\n      # aplay \"$input\" -d 2s # uncomment this to preview the dry signal\n    }\n\n### Examples\n\nFor a more concrete example see the 'myexample'-dir, or replace the 'process'-file with these ones:\n\n* [mid/side limiter + reverb on side](https://gist.github.com/coderofsalvation/fdc5f055cd140d30f564)\n* [electribe L+R normalizer + TAP scaling limiter ladspa + reverb on sides](https://gist.github.com/coderofsalvation/3b69ec0c97bd30a7f0e3)\n* [fft maximizer](https://gist.github.com/coderofsalvation/24721097737d6da5259d) (beta)\n\n### Requirements ###\n\n* linux\n* bash\n* sox utilities\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderofsalvation%2Fsoxmasterhouse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderofsalvation%2Fsoxmasterhouse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderofsalvation%2Fsoxmasterhouse/lists"}