Splitting a MP3 file ?
-
Hello. I have a MP3 file. I wanna split it where the volume is silent. How can I do it ? Thanks in advance .
-
Hello. I have a MP3 file. I wanna split it where the volume is silent. How can I do it ? Thanks in advance .
I don't know if this article[^] uses zero crossing for determining the split location - but it shold get you started.
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia) -
Hello. I have a MP3 file. I wanna split it where the volume is silent. How can I do it ? Thanks in advance .
An mp3 file is divided into blocks, so you would only be able to split the sound stream between blocks. Also, it would be very hard to analyse the sound while it's compressed. You have to decompress the file in order to easily analyse it and split it where you want. Then you can either save the parts as wave files or compress them into mp3 files.
Despite everything, the person most likely to be fooling you next is yourself.
-
An mp3 file is divided into blocks, so you would only be able to split the sound stream between blocks. Also, it would be very hard to analyse the sound while it's compressed. You have to decompress the file in order to easily analyse it and split it where you want. Then you can either save the parts as wave files or compress them into mp3 files.
Despite everything, the person most likely to be fooling you next is yourself.
Thanks Guffa. Do you have any references about it for further learning ?
-
Thanks Guffa. Do you have any references about it for further learning ?
[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - RĂ¼diger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe