{"id":13438381,"url":"https://github.com/hughrawlinson/web-audio-feature-based-synthesis","last_synced_at":"2025-06-30T12:37:30.326Z","repository":{"id":48893633,"uuid":"39917854","full_name":"hughrawlinson/web-audio-feature-based-synthesis","owner":"hughrawlinson","description":"Feature based synthesis in web audio","archived":false,"fork":false,"pushed_at":"2021-07-06T18:45:52.000Z","size":608,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T19:49:58.485Z","etag":null,"topics":["audio-features","synthesis","web","web-audio"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/hughrawlinson.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":"2015-07-29T21:43:39.000Z","updated_at":"2021-07-06T18:45:20.000Z","dependencies_parsed_at":"2022-09-12T15:30:48.430Z","dependency_job_id":null,"html_url":"https://github.com/hughrawlinson/web-audio-feature-based-synthesis","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hughrawlinson/web-audio-feature-based-synthesis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hughrawlinson%2Fweb-audio-feature-based-synthesis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hughrawlinson%2Fweb-audio-feature-based-synthesis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hughrawlinson%2Fweb-audio-feature-based-synthesis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hughrawlinson%2Fweb-audio-feature-based-synthesis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hughrawlinson","download_url":"https://codeload.github.com/hughrawlinson/web-audio-feature-based-synthesis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hughrawlinson%2Fweb-audio-feature-based-synthesis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262774950,"owners_count":23362414,"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-features","synthesis","web","web-audio"],"created_at":"2024-07-31T03:01:05.027Z","updated_at":"2025-06-30T12:37:30.290Z","avatar_url":"https://github.com/hughrawlinson.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Web Audio Feature Based Synthesis\nFeature based audio synthesis is a technique for developing synthesisers whose parameters map to percieved audio characteristics, rather than physical synth parameters. Typically, they use some form of machine learning to learn the relationship between parameters on a traditional synth and the perceptual audio features that they affect, and use knowledge of this relationship to create a reverse mapping to the original parameters. They can be used with all different paradigms of synthesizer, including subtractive, additive, and frequency modulation based synths.\n\nThis code base is an attempt to implement feature based synthesis in the Web Audio API. All learning will be done in-browser, and a variety of different synthesizer types will be used.\n\n## Running the code\nCurrently this project is in 'developer mode', in that I haven't yet decided a final way to distribute the site. To run the code and use this project, clone the repository, install dependencies with `bower install` and `npm install`, and serve the project with `gulp-serve`.\n\n## Dependencies\nThis project uses [brain](https://github.com/harthur/brain) for the neural networks that power the learning, and [meyda](https://github.com/hughrawlinson/meyda) for feature extraction. It uses [babel](https://babeljs.io) for ES6 =\u003e ES5 transpilation, [browserify](https://browserify.org) for dependency management, and [gulp](http://gulpjs.com/) for managing builds. Thanks to the developers of all those cool things.\n\n## License\nMIT. TL:DR; Do whatever you want, just don't blame me if anything goes wrong.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhughrawlinson%2Fweb-audio-feature-based-synthesis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhughrawlinson%2Fweb-audio-feature-based-synthesis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhughrawlinson%2Fweb-audio-feature-based-synthesis/lists"}