Сannot use negative values of the beginning and end of the track when trimming.
Open
enhancement
- Dominant language
- Python
- Stars
- 540
- Forks
- 83
- PR merge metrics
- No merged PRs in 30d
Description
Sox allows you to use negative values to indicate the beginning and end of file trimming.
For example:
`sox ./1.mp3 ./2.mp3 trim 0 -5 `will clip the last 5 seconds of the file
`sox ./1.mp3 ./2.mp3 trim -10` will leave the last 10 seconds
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.