Posts by underson14 • 29 points
3 posts
-
1
votes1
answer16
viewsA: using Sox to compare duration of an audio file with a variable
for those who need or find interesting, the result in seconds of the soxi command comes in floating point. then converted to integer with %.* and worked. echo "Separating tracks..." a=$(soxi -D…
-
0
votes1
answer16
viewsQ: using Sox to compare duration of an audio file with a variable
good afternoon. I would like the help of the people. I am writing a scrip to separate songs in function from their duration in seconds using the soxi command of the Sox(apt install Sox) package. I…
-
0
votes2
answers102
viewsQ: rotate a "for" loop with 5 variables together
Use a program to create audio files called stem which combines vocals, drums, melody, bass and an audio guide into a single file. I am trying to create a loop that stores these files and so the…