I have this command: aubiocut -i file.mp3 -c -b -o Output
it is splitting the file on beats basis alright, but the output files is not playing except the firs file
here is a sample file
The desired result I'm expecting is to split the audio file into separate files each file have only instrument tune. But basically the output now is just a corrupted files which shouldn't be the case at all.
I have tried many files but didn't work. anyone knows why is this happening ?