TMP3ToWav


Properties Methods Events

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.


TMP3ToWav Properties

Buisy

InputFile

InputStream

OutputFile

OutputStream

Progress


TMP3ToWav Methods

Run

Stop


TMP3ToWav Events

OnDone

OnProgress


ACS Classes Home


Copyright © 2002, 2003 Andrei Borovsky. All rights reserved.