libmp3decoder, the library is to decoder mp3 audio stream to pcm audio stream. 
the library is witten by c language, so it is independent-plateform. it can be 
compiled in any plateform, in the release version, the author release two compile
environment, windows(visual c++ 6.0) and linux (gcc). 
the library is independ of os, it can be run on any os, and no os environment. on 
the other hand it has nothing with file system, it can be run on no file system  
environment. 
the library only decoder mp3 (mpeg1  and mpeg2 audio layer 3)audio stream, once 
you can only decoder one frame mp3 audio data to pcm data, but it do not deal with 
ID3 mp3 information, if there is ID3 informatin data in the header of the mp3 file,
please cut the ID3 information data first, then decode the mp3 stream.
before you use the library, please read the test code carefully, in the test code
you can find something that you should care.
                                    
                                    
                                        
                                            1