Hi all,
If I have mp3 file which is "I love B4A",then I would like to split it to be 1.mp3 as "I",2.mp3 as "love" and 3.mp3 as "B4A" . How to do?
P.S. I have ever to apply Erel's KeyValueStore make mp3joiner already.
I'm not familiar with mp3 format. However it is not a simple format which means that it is probably quite difficult to split it correctly. Why don't you use a Windows software to do it? Do you need to split such files at runtime?