{"id":22218564,"url":"https://github.com/megahertz/gulp-audiosprite","last_synced_at":"2025-09-13T15:16:20.071Z","repository":{"id":57256820,"uuid":"49637283","full_name":"megahertz/gulp-audiosprite","owner":"megahertz","description":"Gulp wrapper for audiosprite, which is ffmpeg wrapper that will take in multiple audio files and combines them into a single file","archived":false,"fork":false,"pushed_at":"2018-11-20T16:20:38.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-19T11:02:03.680Z","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/megahertz.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":"2016-01-14T09:32:04.000Z","updated_at":"2023-03-17T12:05:11.000Z","dependencies_parsed_at":"2022-08-25T02:40:40.441Z","dependency_job_id":null,"html_url":"https://github.com/megahertz/gulp-audiosprite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/megahertz/gulp-audiosprite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megahertz%2Fgulp-audiosprite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megahertz%2Fgulp-audiosprite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megahertz%2Fgulp-audiosprite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megahertz%2Fgulp-audiosprite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/megahertz","download_url":"https://codeload.github.com/megahertz/gulp-audiosprite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megahertz%2Fgulp-audiosprite/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267370647,"owners_count":24076462,"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-07-27T02:00:11.917Z","response_time":82,"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":"2024-12-02T22:27:09.423Z","updated_at":"2025-07-27T14:32:48.175Z","avatar_url":"https://github.com/megahertz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-audiosprite\n[![Build Status](https://travis-ci.org/megahertz/gulp-audiosprite.svg?branch=master)](https://travis-ci.org/megahertz/gulp-audiosprite)\n[![NPM version](https://badge.fury.io/js/gulp-audiosprite.svg)](https://badge.fury.io/js/gulp-audiosprite)\n[![Dependencies status](https://david-dm.org/megahertz/gulp-audiosprite/status.svg)](https://david-dm.org/megahertz/gulp-audiosprite)\n\n\n## Installation\n\nInstall with [npm](https://npmjs.org/package/gulp-audiosprite):\n\n`npm install --save-dev gulp-audiosprite`\n\nAlso you need to [install ffmpeg](http://ffmpeg.org/download.html). ffmpeg\nshould be available in a PATH environment variable\n\n## Usage\n\n```javascript\nvar audiosprite = require('gulp-audiosprite');\n\ngulp.task('audiosprite', function() {\n  return gulp.src('src/sounds/*.wav')\n    .pipe(audiosprite({\n      format: 'howler'\n    }))\n    .pipe(gulp.dest('dist/sounds'));\n});\n```\n\n## Options\nOptions are tha same as for [audiosprite](https://github.com/tonistiigi/audiosprite/):\n\n Name       | Default           | Description \n------------|-------------------|-----------------------------------------------------------\n output     | \"sprite\"          | Name for the output files.\n path       | \"\"                | Path for files to be used on final JSON.\n export     | \"ogg,m4a,mp3,ac3\" | Limit exported file types. Comma separated extension list.\n format     | \"jukebox\"         | Format of the output JSON file (jukebox, howler, createjs).\n log        | \"info\"            | Log level (debug, info, notice).\n autoplay   | null              | Autoplay sprite name.\n loop       | null              | Loop sprite name, can be passed multiple times.\n silence    | 0                 | Add special \"silence\" track with specified duration.\n gap        | 1                 | Silence gap between sounds (in seconds).\n minlength  | 0                 | Minimum sound duration (in seconds).\n bitrate    | 128               | Bit rate. Works for: ac3, mp3, mp4, m4a, ogg.\n vbr        | -1                | VBR [0-9]. Works for: mp3. -1 disables VBR.\n samplerate | 44100             | Sample rate.\n channels   | 1                 | Number of channels (1=mono, 2=stereo).\n rawparts   | \"\"                | Include raw slices(for Web Audio API) in specified formats.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegahertz%2Fgulp-audiosprite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmegahertz%2Fgulp-audiosprite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegahertz%2Fgulp-audiosprite/lists"}