Unit: ACS_MAD
Descends from: TComponent
TMP3ToWav component performs conversion form mp3 into wav format. This component is a wrapper around MAD decoder. You will need MADLib.dll to use this component under Windows and libmad library to use it under Linux. The input of the component is a file or a stream, containing mp3 frames, and its output is a file or a stream containing raw pcm samples with wav file header. TMP3ToWav component performs its operation in a separate thread so that the application main thread is not blocked.
Copyright © 2002, 2003 Andrei Borovsky. All rights reserved.