diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-04-25 18:34:59 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-04-25 18:34:59 -0700 |
| commit | d7ff02e9921c62ab21b3a5fde4532e6a8d8a291c (patch) | |
| tree | 2d9df1cfea88d19892d2597d617cf2167b6af7d5 /pyproject.toml | |
| parent | 2d501af06a04d68031979594411eae89c3a3a691 (diff) | |
automatically normalize audio to -14 LUFS, multithread, use semaphore to
avoid lyrics rate limit
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
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", |
