Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Сannot use negative values of the beginning and end of the track when trimming. #101

Open
Andrew-Shtein opened this issue Apr 24, 2020 · 0 comments
Assignees

Comments

@Andrew-Shtein
Copy link

Andrew-Shtein commented Apr 24, 2020

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

@rabitt rabitt self-assigned this May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants