feat: Audio loudness normalization for assets files (#332)

This commit is contained in:
laride
2025-03-13 12:14:17 +08:00
committed by GitHub
parent 7eb710d404
commit ff7f396f9d
8 changed files with 112 additions and 21 deletions

View File

@@ -2,4 +2,6 @@ librosa>=0.9.2
opuslib>=3.0.1
numpy>=1.20.0
tqdm>=4.62.0
sounddevice>=0.4.4
sounddevice>=0.4.4
pyloudnorm>=0.1.1
soundfile>=0.13.1