From 4ac51c884555da063e154addae38234b4a848180 Mon Sep 17 00:00:00 2001 From: TheodoreEhrenborg <46494248+TheodoreEhrenborg@users.noreply.github.com> Date: Sat, 2 Mar 2024 17:08:05 +0000 Subject: [PATCH] sox: fix trim example (#12423) --- pages/common/sox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/sox.md b/pages/common/sox.md index 6c331a6c3..97b39305f 100644 --- a/pages/common/sox.md +++ b/pages/common/sox.md @@ -10,7 +10,7 @@ - Trim an audio file to the specified times: -`sox {{path/to/input_audio}} {{path/to/output_audio}} trim {{start}} {{end}}` +`sox {{path/to/input_audio}} {{path/to/output_audio}} trim {{start}} {{duration}}` - Normalize an audio file (adjust volume to the maximum peak level, without clipping):