{"id":18053814,"url":"https://github.com/danielstern/jukeboxjs","last_synced_at":"2025-04-10T22:53:30.643Z","repository":{"id":23648213,"uuid":"27018629","full_name":"danielstern/jukeboxjs","owner":"danielstern","description":"An audio synthesis API for Javascript","archived":false,"fork":false,"pushed_at":"2014-12-13T14:42:25.000Z","size":9696,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T22:53:24.382Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://danielstern.github.io/jukeboxjs","language":"JavaScript","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/danielstern.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-11-23T01:37:45.000Z","updated_at":"2019-08-13T15:56:07.000Z","dependencies_parsed_at":"2022-08-21T20:40:31.945Z","dependency_job_id":null,"html_url":"https://github.com/danielstern/jukeboxjs","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/danielstern%2Fjukeboxjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielstern%2Fjukeboxjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielstern%2Fjukeboxjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielstern%2Fjukeboxjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielstern","download_url":"https://codeload.github.com/danielstern/jukeboxjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248312172,"owners_count":21082638,"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-31T00:08:09.812Z","updated_at":"2025-04-10T22:53:30.625Z","avatar_url":"https://github.com/danielstern.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jukebox.js\n=========\n\u003c!-- ![jukebox.js logo](http://danielstern.github.io/jukeboxjs/images/logo.svg) --\u003e\n\u003ch2\u003e\n\u003ca href=\"http://danielstern.github.io/jukeboxjs/#/\"\u003e\nVisit the Web Page for Jukebox.js (with Examples)\n\u003c/a\u003e\n\u003c/h2\u003e\n\u003cimg src=\"http://danielstern.github.io/jukeboxjs/images/logo.svg\" width=250px alt=\"\"\u003e\n\n\n\u003ch2\u003e\n    \tJukebox.js: Custom Audio with the Web Audio Api\n    \u003c/h2\u003e\n\u003cp\u003e\n    Jukebox.js is a library for making sounds and music from \u003cem\u003escratch\u003c/em\u003e using Javascript and the H%ML5 Web Audio API.\n\u003c/p\u003e\n\u003cp\u003e\n    Getting started just takes a minute. Check out the getting started guide.\n\u003c/p\u003e\n\u003ch3\u003eWhy Jukebox.js?\u003c/h3\u003e\n\u003cp\u003e\n    In addition to being stupid awesome, making music and sounds natively using Javascript has lots of advantages.\n\u003c/p\u003e\n\u003cul\u003e\n    \u003cli\u003e\n        Songs sequenced for Jukebox.js are way smaller than mp3 files and sound cleaner\n    \u003c/li\u003e\n    \u003cli\u003e\n        Music you make can react to user input like in Squaretide, a game using Jukebox.js\n    \u003c/li\u003e\n    \u003cli\u003e\n        Jukebox.js is less than 2kbs minified\n    \u003c/li\u003e\n    \u003cli\u003e\n        Jukebox.js comes loaded with lots of preset sounds, so you can get started making music right away.\n    \u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e\n\tWhat can I use Jukebox.js for?\n\u003c/h3\u003e\n\u003cul\u003e\n    \u003cli\u003e\n        Keyboards, drums machines, even flutes \u0026ndash; musical instruments of every kind \u0026ndash; Jukebox.js was designed was mobile support in mind and multi-touch as a first-class citizen\n    \u003c/li\u003e\n    \u003cli\u003e\n        Games \u0026ndash; using Jukebox.js is extremely size-effective. It's also customizable and has a chiptunes feel right out of the box. Games like Super Mario have sound tracks that work using very similar technology.\n    \u003c/li\u003e\n    \u003cli\u003e\n        UI sounds \u0026ndash; respond to user swipes and taps with custom sounds depending on speed, distance, and and other variables desired\n    \u003c/li\u003e\n    \u003cli\u003e\n        Having fun \u0026ndash; just load up a synth made with Jukebox on your iPad and jam away with your friends\n    \u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cimg src=\"http://danielstern.github.io/jukeboxjs/images/synthesizer-2.svg\" width=250px alt=\"\"\u003e\n\n\u003ch2\u003eWhat is Jukebox.js?\u003c/h2\u003e\n\u003cp\u003e\n    Jukebox.js is a Javascript library for playing sounds, generally music, using the Web Audio API. Jukebox.js borrows a lot from the design of actual, real life synthesizers.\n\u003c/p\u003e\n\u003ch3\u003e\n\u003ca href=\"http://danielstern.github.io/jukeboxjs/#/\"\u003e\nVisit the Web Page for Jukebox.js (with Examples)\n\u003c/a\u003e\n\u003c/h3\u003e\n\u003cp\u003e\n    Using Jukebox.js you can:\n    \u003cul\u003e\n        \u003cli\u003e\n            Generate electronic versions of your of your favorite tunes. This is similar to \u003ccode\u003eMidi,\u003c/code\u003e and the file size can be extremely small.\n        \u003c/li\u003e\n        \u003cli\u003e\n            Generate the sound track for your game in real time. Using music and sounds generated with Jukebox.js can reduce the size of your game by 10mbs or more.\n        \u003c/li\u003e\n        \u003cli\u003e\n            Compose different Jukebox elements in an infinite number of layers and in an infinite number of ways\n        \u003c/li\u003e\n        \u003cli\u003e\n            Turn handheld devices like phones and tablets into musical instruments\n        \u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/p\u003e\n\n\n\u003ch3\u003e\n\tJukebox.js Quick Start Guide\n\u003c/h3\u003e\n\u003cp\u003e\n\tAll required dependencies are in the jukebox.js file in the main directory. It is not recommended you link to this file directly.\n\u003c/p\u003e\n\u003ch4\u003e\n\tBower\n\u003c/h4\u003e\n```\nbower install jukebox;\n```\n\nLicense\n-------\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielstern%2Fjukeboxjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielstern%2Fjukeboxjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielstern%2Fjukeboxjs/lists"}