Exploring offline detection of sudden loudness changes
This is a research project exploring offline detection of sudden loudness changes in audio. The project includes an adbuster-winapp tool available for download, which aims to detect and handle abrupt volume variations without requiring an internet connection. The approach focuses on real-time or offline analysis of audio streams to identify sudden shifts in loudness levels.
背景メモ
「Adbuster」というWindows向けツールがGitHub上で公開されている。本来はブラウザの広告ブロッカーだが、新しい実験機能として、**再生中の動画・音声を監視し、突然の大音量の変化を検出してミュートするオフライン処理機能**が追加された。実用的には、CMに入って急に音が大きくなる annoyance(いわゆるラウドネススパイク)対策が主目的。PC上の音声をリアルタイムでキャプチャして解析するため、ブラウザ拡張に依存せず動作する点が特徴。開発者が公開したダウンロードページには、インストーラー・ソースコード・注意事項(管理者権限の必要性、Windows Defenderに誤検知されうる点など)がまとめられている。一般ユーザーが簡単に試せる一方、「実験的」と明記されており、安定動作は保証されていない。