TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

4 点作者 e_carra超过 4 年前

1 comment

e_carra超过 4 年前
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.