TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: WASM-powered tool to cut silence from audio files

4 pointsby e_carraover 4 years ago

1 comment

e_carraover 4 years ago
Simple website that uses the ffmpeg&#x27;s removesilence filter to remove silent windows (&gt;= 1s) from audio files. Everything is done locally in the browser using ffmpeg.wasm.<p>Command: `ffmpeg -i INPUT -af silenceremove=stop_periods=-1:stop_duration=1:stop_threshold=THRESHOLD OUTPUT`<p>I made it in a few hours, so it&#x27;s probably full of bugs.