I have an audio file which contains many songs in it. I want to split it into many audio files with separate songs automatically (probably by AI). Is there something can do that?
Asked
Active
Viewed 287 times
1 Answers
0
About the only way I could think to logically do this is if you can detect a pause between the songs that matches a certain length threshold, which if it is a recording of analog album would likely be impossible as there would still be noise.
This means you'd have to use a wave file reading library to do this.
That's the programmatic answer I'm not sure about ai.