aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-04-25 18:34:59 -0700
committerPinapelz <yukais@pinapelz.com>2026-04-25 18:34:59 -0700
commitd7ff02e9921c62ab21b3a5fde4532e6a8d8a291c (patch)
tree2d9df1cfea88d19892d2597d617cf2167b6af7d5 /pyproject.toml
parent2d501af06a04d68031979594411eae89c3a3a691 (diff)
automatically normalize audio to -14 LUFS, multithread, use semaphore to
avoid lyrics rate limit
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d6449eb..9364074 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,6 +5,7 @@ description = "Media tool for retagging FLACs for Snowsky Echo/Mini"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
+ "ffmpeg-normalize>=1.37.6",
"ffmpeg-python>=0.2.0",
"mutagen>=1.47.0",
"pillow>=12.2.0",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage