I am trying to write a script which plays a range (input) from a mp3 file. Simply to say, a mp3 file is divided into 3 session, Audio data, audio header, and IDvX tags.
What I will deal with my script is to get the bit rate from the header, and calc the start-end position of the data from the audio data, after this, I will have to modify the header, so to reform the complete "file", and then to play it as an embedded media with html. But I have no idea on how to start with it while I am dealing with is binary data... Any approach could lead me to start ? Thanks a lot
