Skip to content
Advertisement

Tag: batch-file

Split audio files using silence detection

I’ve more than 200 MP3 files and I need to split each one of them by using silence detection. I tried Audacity and WavePad but they do not have batch processes and it’s very slow to make them one by one. The scenario is as follows: split track whereas silence 2 seconds or more then add 0.5 s at the

Jenkins not printing output of python script in console

I have a python script(myscript.py) as follows: In jenkins, I have a job with execute shell as follows: Problem: Jenkins console shows only “I can see this message on Jenkins console output”. If there is any output from the subprocess call, it does not print it out on the console. If I putty to Server A and run the same

Advertisement