Updated readme-files and sox-command

This commit is contained in:
2025-09-21 21:04:19 +02:00
parent 8577bfcac8
commit 0932bb7019
4 changed files with 68 additions and 69 deletions

View File

@@ -69,7 +69,7 @@ def convert_audio_track(index, ch, lang, audio_temp_dir, source_file, should_dow
print(f" - Normalizing Audio Track #{index} with SoX...")
run_cmd([
"sox", str(temp_extracted), str(temp_normalized), "-S", "--temp", str(audio_temp_path), "--guard", "gain", "-n"
"sox", str(temp_extracted), str(temp_normalized), "--temp", str(audio_temp_path), "loudness", "-18"
])
# Set bitrate based on the final channel count of the Opus file.