{"id":13802925,"url":"https://github.com/jaysalvat/buzz","last_synced_at":"2025-05-15T07:05:56.008Z","repository":{"id":54421656,"uuid":"1873461","full_name":"jaysalvat/buzz","owner":"jaysalvat","description":"Buzz is a small but powerful Javascript library that allows you to easily take advantage of the new HTML5 audio element. It tries to degrade silently on non-modern browsers.","archived":false,"fork":false,"pushed_at":"2021-02-28T15:02:34.000Z","size":933,"stargazers_count":1205,"open_issues_count":17,"forks_count":226,"subscribers_count":44,"default_branch":"master","last_synced_at":"2025-05-14T13:31:57.620Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://buzz.jaysalvat.com","language":"JavaScript","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/jaysalvat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-06-09T22:57:25.000Z","updated_at":"2025-05-08T22:50:56.000Z","dependencies_parsed_at":"2022-08-13T15:10:23.546Z","dependency_job_id":null,"html_url":"https://github.com/jaysalvat/buzz","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaysalvat%2Fbuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaysalvat%2Fbuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaysalvat%2Fbuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaysalvat%2Fbuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaysalvat","download_url":"https://codeload.github.com/jaysalvat/buzz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254179903,"owners_count":22027884,"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-08-04T00:02:05.485Z","updated_at":"2025-05-15T07:05:51.000Z","avatar_url":"https://github.com/jaysalvat.png","language":"JavaScript","readme":"Buzz, a Javascript HTML5 Audio library\n======================================\n\nBuzz is a small but powerful Javascript library that allows you to easily take advantage of the new HTML5 audio element. It tries to degrade properly on non-modern browsers.\n\n```javascript\nvar mySound = new buzz.sound(\"/sounds/myfile\", {\n    formats: [ \"ogg\", \"mp3\", \"aac\" ]\n});\n\nmySound.play()\n    .fadeIn()\n    .loop()\n    .bind(\"timeupdate\", function () {\n        document.querySelector(\"#timer\").innerHTML = buzz.toTimer(this.getTime());\n    });\n```\n\n### Official website\nhttp://buzz.jaysalvat.com/\n\n### Real life demo\nhttp://buzz.jaysalvat.com/demo/\n\n### Documentation\nhttp://buzz.jaysalvat.com/documentation/\n\nContributing\n------------\n\nPlease don't edit files in the `dist` subdirectory as it is generated via Grunt. You'll find source code in the `src` subdirectory!\nRegarding code style like indentation and whitespace, **follow the conventions you see used in the source already.**\n\nPLEASE DO NOT use Gruntfile. I will. :)\n\nLicense\n-------\n\n**The MIT License (MIT)**\n\nCopyright (c) 2021 Jay Salvat\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","funding_links":[],"categories":["25. 音频/视频 ##","Repository","25. 音频/视频"],"sub_categories":["13.20 视差滚动(Parallax Scrolling) ###","Audio/Video","24.3 Web Sockets"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaysalvat%2Fbuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaysalvat%2Fbuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaysalvat%2Fbuzz/lists"}