npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

gulp-mu-au

v0.1.6

Published

microAU - Node module to build sound atlases (one combined audio blob + JSON timing map) for the microCSS family, on top of gulp-mu-sound-atlas.

Readme

µAU (npm package gulp-mu-au)

English (below) · Deutsch

The technical package name is gulp-mu-au (the µ character causes trouble in npm/git names); µAU is the display name.

Version: 0.1.6 · npm version

Node module that builds a sound atlas for the µCSS™ family: many short audio files → one combined WAV/MP3 blob plus a JSON timing map for the browser runtime. Audio counterpart of sprite atlases.

Documentation policy: Loop points, conversion options, incremental cache, JSON format and µCSS™ manifest integration are documented centrally in the µCSS™ manual (chapter microAU). This README is a quick npm overview only.

Documentation (canonical)

| | | | :--- | :--- | | µCSS™ manual (chapter microAU) | microCSS-en.pdf · microCSS-de.pdf | | Manual sources | microCSS-Manual-en.md · microCSS-Handbuch.md | | Sound/CSS concept (draft) | docs/CONCEPT.md — CSS bindings, soundTriggers manifest module |

Project links

| | | | :--- | :--- | | µCSS™ (npm) | gulp-mu-css | | Monorepo | github.com/mamekudz/microCSS | | npm (this package) | gulp-mu-au |

Status

Build layer only — referencing sounds from CSS (µCSS™ sound directive) and browser runtime/speech are later steps.

Overview

| Export | Purpose | | :--- | :--- | | SoundAtlasMaker | Collect sources → build atlas + JSON (cached) | | ListAudioFiles | Recursively list *.wav/*.mp3 | | CONVERT | Sample-rate / channel / stereo constants |

Loop points in file names: engine.ls.100.le.400.wav → sound engine, loop samples 100–400.

Quick start

import { SoundAtlasMaker } from "gulp-mu-au";

await SoundAtlasMaker.Create({
	src: "dev/media/final/sounds",
	dataFile: "skins/std/snds/app.sounds.wav",
	jsonFile: "skins/std/snds/app.sounds.json"
});

µCSS™ integration: optional sounds block in the skin manifest — see the µCSS™ manual.

Built on gulp-mu-sound-atlas ^1.1.2 (configurable log: default quiet engine, one-line summary; log: true for per-file progress; log: false silent). Requires Node ≥ 18.


µAU (npm-Paket gulp-mu-au)

English · Deutsch (unten)

Der technische Paketname ist gulp-mu-au; µAU ist der Anzeigename.

Version: 0.1.6 · npm version

Node-Modul für einen Sound-Atlas in der µCSS™-Familie: viele kurze Audiodateien → kombinierter WAV/MP3-Blob plus JSON-Timing-Map für die Browser-Runtime. Audio-Gegenstück zu Sprite-Atlanten.

Doku-Richtlinie: Loop-Punkte, Konvertierungsoptionen, Cache, JSON-Format und µCSS™-Manifest-Anbindung stehen zentral im µCSS™-Handbuch (Kapitel microAU). Diese README ist nur ein npm-Kurzüberblick.

Dokumentation (kanonisch)

| | | | :--- | :--- | | µCSS™-Handbuch (Kapitel microAU) | microCSS-de.pdf · microCSS-en.pdf | | Handbuch-Quellen | microCSS-Handbuch.md · microCSS-Manual-en.md | | Sound/CSS-Konzept (Entwurf) | docs/CONCEPT.md — CSS-Bindings, Manifest-Modul soundTriggers |

Projekt-Links

| | | | :--- | :--- | | µCSS™ (npm) | gulp-mu-css | | Monorepo | github.com/mamekudz/microCSS | | npm (dieses Paket) | gulp-mu-au |

Status

Nur Build-Layer — Sound-Direktive in µCSS™ und Browser-Runtime/Sprachausgabe folgen später.

Überblick

| Export | Zweck | | :--- | :--- | | SoundAtlasMaker | Quellen sammeln → Atlas + JSON (gecacht) | | ListAudioFiles | Rekursiv *.wav/*.mp3 auflisten | | CONVERT | Konstanten für Samplerate, Kanäle, Stereo |

Loop-Punkte im Dateinamen: engine.ls.100.le.400.wav → Sound engine, Loop Sample 100–400.

Schnellstart

import { SoundAtlasMaker } from "gulp-mu-au";

await SoundAtlasMaker.Create({
	src: "dev/media/final/sounds",
	dataFile: "skins/std/snds/app.sounds.wav",
	jsonFile: "skins/std/snds/app.sounds.json"
});

µCSS™-Anbindung: optionaler sounds-Block im Skin-Manifest — siehe µCSS™-Handbuch.

Aufgesetzt auf gulp-mu-sound-atlas ^1.1.2 (konfigurierbares log: Standard = stille Engine, einzeilige Zusammenfassung; log: true für Datei-für-Datei-Fortschritt; log: false = stumm). Node ≥ 18.