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
Command piping is not supported by SoxSharp. However, I think you can get the same result using the command sox.exe -m shortTimeAudio.wav longTimeAudio.wav combined.wav delay 5, which will mix the two files, starting shortTimeAudio.wav with a delay of 5 seconds into longTimeAudio.wav.
How to use multiple command padding and mixing?
like this : > sox longTimeAutio.wav -p pad 5 0 | sox - -m shortTimeAudio.wav combined.wav
The text was updated successfully, but these errors were encountered: