From 85336b37878b4a4f66fb8b739834ff275d9e7961 Mon Sep 17 00:00:00 2001 From: Codinglone Date: Thu, 7 May 2026 15:47:53 +0200 Subject: [PATCH] Add sonic-gate to Audio & Video Processing sonic-gate is a CLI-first deterministic audio/video quality gate that catches corrupted, invalid, or low-quality media. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd1736331..b734a4523 100644 --- a/README.md +++ b/README.md @@ -955,6 +955,7 @@ _Libraries for manipulating audio, video, and their metadata._ - [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis. - [matchering](https://github.com/sergree/matchering) - A library for automated reference audio mastering. - [pydub](https://github.com/jiaaro/pydub) - Manipulate audio with a simple and easy high level interface. + - [sonic-gate](https://github.com/Codinglone/sonic-gate) - CLI-first deterministic audio/video quality gate. Catches corrupted, invalid, or low-quality media before it reaches humans. Optional Whisper-based AI probe. - Video - [moviepy](https://github.com/Zulko/moviepy) - A module for script-based movie editing with many formats, including animated GIFs. - [vidgear](https://github.com/abhiTronix/vidgear) - Most Powerful multi-threaded Video Processing framework.