{"id":33169545,"url":"https://github.com/netgfx/Phaser-SoundManager","last_synced_at":"2025-11-20T19:00:56.524Z","repository":{"id":153618927,"uuid":"52423371","full_name":"netgfx/Phaser-SoundManager","owner":"netgfx","description":"A small sound-manager for easily use and parse sounds from assetPacks","archived":false,"fork":false,"pushed_at":"2016-11-15T17:33:37.000Z","size":280,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-17T04:33:37.494Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/netgfx.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-02-24T07:34:02.000Z","updated_at":"2020-08-16T19:56:38.000Z","dependencies_parsed_at":"2023-05-20T14:31:14.186Z","dependency_job_id":null,"html_url":"https://github.com/netgfx/Phaser-SoundManager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/netgfx/Phaser-SoundManager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgfx%2FPhaser-SoundManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgfx%2FPhaser-SoundManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgfx%2FPhaser-SoundManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgfx%2FPhaser-SoundManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netgfx","download_url":"https://codeload.github.com/netgfx/Phaser-SoundManager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgfx%2FPhaser-SoundManager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285494607,"owners_count":27181443,"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","status":"online","status_checked_at":"2025-11-20T02:00:05.334Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-11-16T01:00:33.530Z","updated_at":"2025-11-20T19:00:56.508Z","avatar_url":"https://github.com/netgfx.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Phaser-SoundManager\nA small sound-manager for easily use and parse sounds from assetPacks\n\nView the *files.json* file for an example of the assetPack, then instansiate the sound-manager like this:\n```\nvar soundManager = new SoundManager(gameObject);\nsoundManager.setupSounds(); // initialize\n```\n\nAnd call functions like:\n```\nsoundManager.playSound(\"somesound\");\nor\nsoundManager.somesound();\n\n// Stop Sound\nsoundManager.stopSound(\"mainSong\");\n\n// play sound with loop, and volume parameters\nsoundManager.playSound(\"mainMenu\", true, 0.5);\n```\n\n## API\n\n* playSound(key)\n* soundkeyname()\n* stopSound(key)\n* playSound(key, loop, volume)\n* stopAllSounds()\n* getSound(key) // returns the sound object\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetgfx%2FPhaser-SoundManager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetgfx%2FPhaser-SoundManager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetgfx%2FPhaser-SoundManager/lists"}