Silence trimming
Cuts dead air out of a sound before it plays, so the hit lands the moment you tap. Only fully silent stretches are removed — nothing quiet, just nothing.
Trim silenceOff plays the file untouched
Cut gaps longer thanShorter pauses stay, so timing survives
Detect level per fileMeasures each sound's own quiet floor instead of using a fixed number
Counts as silence belowOnly used when detection is off
Also trim start and endRemoves lead-in silence of any length
MP3 proxyNeeded if the files block cross-origin reads
Result
Sound indexSwap in your own fork if the public one dies
Trimming reads the raw samples, which needs the MP3 server to allow cross-origin requests. MyInstants may not, in which case pads fall back to normal playback and show raw. A one-line Cloudflare Worker that echoes the file with Access-Control-Allow-Origin: * fixes it for good.
Loading…