My problem is -
Within Hex Editor I can see and define the header info in the mp3 file but how can you tell which is the first audio frame?
The reason behind this is that I have a Karaoke mp3 and as normal they have some silence at the start of the mp3 (Many about 10 seconds, but it varies!)
Now, I don't wish or need to alter that at all, but in Hex Edit you can see the difference between a silent part and where the audio (song) actually starts - But how can I tell the difference in Visual basic ?
If the "Silent" Frames were all one number or clear it would be all too easy, but the trouble is that there is alway "some" rubbish within the "Silent" frames - that makes it hard for a programme to detect the difference between the start of the real audio and rubbish (Encoder stuff etc) within the silent frames!!!
I don't wish or need to decode the actual mp3 to see where the sound starts, I just need a to write a programme that can detect the difference between a silent frame and the first audio frame.
The Object when I can do that is a cueing device for the track.
HELP! - Is there some magic part of the frame to look at and check or something simple like that?
I would be more than greatful for any help or advice you can give.
Thanks!