You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 filesox ./1.mp3 ./2.mp3 trim -10
will leave the last 10 secondsThe text was updated successfully, but these errors were encountered: