Audiosprite – node.js ffmpeg wrapper to concat small audio files into one

Audiosprite is a node.js ffmpeg wrapper to concat small audio files into one single file. It even allows you to define the gap between each file.

It also outputs a howler.js compliant JSON configuration file for simple copy and paste. This saves a lot of work, when using audio sprites in your web projects.

  1. audiosprite -f howler --autoplay bg_loop --output pz ship-horn.wav
  1. audiosprite --help
  2. info: Usage: audiosprite [options] file1.mp3 file2.mp3 *.wav
  3. info: Options:
  4.   --output, -o      Name for the output files.                                   [default: "output"]
  5.   --path, -u        Path for files to be used on final JSON.                     [default: ""]
  6.   --export, -e      Limit exported file types. Comma separated extension list.   [default: "ogg,m4a,mp3,ac3"]
  7.   --format, -f      Format of the output JSON file (jukebox, howler, createjs).  [default: "jukebox"]
  8.   --log, -l         Log level (debug, info, notice, warning, error).             [default: "info"]
  9.   --autoplay, -a    Autoplay sprite name.                                        [default: null]
  10.   --loop            Loop sprite name, can be passed multiple times.              [default: null]
  11.   --silence, -s     Add special "silence" track with specified duration.         [default: 0]
  12.   --gap, -g         Silence gap between sounds (in seconds).                     [default: 1]
  13.   --minlength, -m   Minimum sound duration (in seconds).                         [default: 0]
  14.   --bitrate, -b     Bit rate. Works for: ac3, mp3, mp4, m4a, ogg.                [default: 128]
  15.   --vbr, -v         VBR [0-9]. Works for: mp3. -1 disables VBR.                  [default: -1]
  16.   --samplerate, -r  Sample rate.                                                 [default: 44100]
  17.   --channels, -c    Number of channels (1=mono, 2=stereo).                       [default: 1]
  18.   --rawparts, -p    Include raw slices(for Web Audio API) in specified formats.  [default: ""]
  19.   --help, -h        Show this help message.

audiosprite

Alex

I am a full-stack developer. I love programming,  design and know my way around server architecture as well.  I would never feel complete, with one of these missing. I have a broad range of interests, that’s why I constantly dive into new technologies and expand my knowledge where ever required. Technologies are evolving fast and I enjoy using the latest. Apart from that, I am a peace loving guy who tries to have people around him that think the same.  I truly believe in the principle: “If you help someone, someone will help you, when you need it."

Recent Posts

Particle Network Animations in Javascript

What are particle animations? Particle network animations in JavaScript typically involve creating visual representations of… Read More

1 day ago

B&B / Hotel Booking Solutions for WordPress | 2024

BOOKING SOLUTIONS 202x This is my take on a subset of booking, appointment, PMS or… Read More

4 weeks ago

WordPress Cron + WP-CLI + Ntfy

THE GOAL Create a system cron for WordPress, that is accessible and can be easily… Read More

2 months ago

2024 is here and now :)

2024, what's cooking? Slowly getting into the 2024 spirit. 3 projects coming to a close… Read More

4 months ago

2023 ends and whats next !

Short look back at 2023 This has been a busy and interesting year. I am… Read More

4 months ago

cubicFUSION Grid Tweaker – Elementor Grid made easy.

Elementor Pro provides grid containers as an experimental feature. The options provided are limited, when… Read More

5 months ago