mirror of https://github.com/CrimsonTome/tldr.git
sox: fix trim example (#12423)
parent
2b0fb364d6
commit
4ac51c8845
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
- Trim an audio file to the specified times:
|
- 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):
|
- Normalize an audio file (adjust volume to the maximum peak level, without clipping):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue