{"id":13419014,"url":"https://github.com/oampo/Audiolet","last_synced_at":"2025-03-15T04:31:44.531Z","repository":{"id":58238451,"uuid":"1381807","full_name":"oampo/Audiolet","owner":"oampo","description":"A JavaScript library for real-time audio synthesis and composition from within the browser","archived":false,"fork":false,"pushed_at":"2016-06-10T06:07:51.000Z","size":3515,"stargazers_count":893,"open_issues_count":25,"forks_count":118,"subscribers_count":50,"default_branch":"master","last_synced_at":"2024-10-11T22:57:27.063Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://oampo.github.com/Audiolet/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oampo.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":"2011-02-18T09:42:49.000Z","updated_at":"2024-10-08T10:18:47.000Z","dependencies_parsed_at":"2022-08-31T00:30:40.646Z","dependency_job_id":null,"html_url":"https://github.com/oampo/Audiolet","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/oampo%2FAudiolet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oampo%2FAudiolet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oampo%2FAudiolet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oampo%2FAudiolet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oampo","download_url":"https://codeload.github.com/oampo/Audiolet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243685506,"owners_count":20330980,"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-07-30T22:01:10.169Z","updated_at":"2025-03-15T04:31:44.102Z","avatar_url":"https://github.com/oampo.png","language":"JavaScript","readme":"Audiolet\n========\nAudiolet is a JavaScript library for real-time audio synthesis and composition from within the browser.  It uses graph-based routing and pattern-based scheduling to make complex audio simple to program, and easy to understand.\n\n## Features\n\n* Simple graph based audio routing API\n* Expanding selection of generators and effects\n* Sample-accurate scheduling\n* Processing group (sub-patch/sub-graph/synth) support\n* Pattern based algorithmic composition\n* Feedback routing\n* Support for microtonal and non-western tunings and scales\n\n## What does it look like?\n\nHow about a simple example?  The following code will play a 440hz sine wave through both speakers.\n\n### Hello sine\n\n    var audiolet = new Audiolet();\n    var sine = new Sine(audiolet, 440);\n    sine.connect(audiolet.output);\n\nEasy huh?\n\n## Sounds great!\n\nGlad you think so!  Check out the [wiki](https://github.com/oampo/Audiolet/wiki) for instructions on how to get started with Audiolet.\n\n","funding_links":[],"categories":["JavaScript","Obsolete","etc"],"sub_categories":["Community"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foampo%2FAudiolet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foampo%2FAudiolet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foampo%2FAudiolet/lists"}