Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Delphi, what tool can i use to decode MP3 to WAV?

Tags:

delphi

Is there a tool or some code sample in delphi i can use to read and decode mp3 file format to PCM WAV format?

Searched on the internet but didn't get anything that is helping.

Gath

like image 264
gath Avatar asked Feb 25 '23 21:02

gath


2 Answers

Take a look at Audio Components Suite.

like image 121
David Heffernan Avatar answered Feb 27 '23 10:02

David Heffernan


You can use DSPack component to access Windows Media Format API.

like image 30
yms Avatar answered Feb 27 '23 11:02

yms