mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:33:40 +02:00
sox: fix trim example (#12423)
This commit is contained in:
parent
2b0fb364d6
commit
4ac51c8845
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue