Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Playing mp3 with delphi

Tags:

audio

delphi

mp3

Which component to use to play mp3 files from streams/files and also to know the lenght in seconds of that mp3 stream?

like image 419
Irfan Mulic Avatar asked Dec 02 '08 15:12

Irfan Mulic


3 Answers

You could use the Bass audio library.

http://www.un4seen.com/

Search for "MP3" on the 3D Buzz site. They have a series of video tutorials that walk you through the creation of your own MP3 player in Delphi using this library. Free membership required.

http://www.3dbuzz.com

like image 163
Bruce McGee Avatar answered Nov 14 '22 06:11

Bruce McGee


You can also use the components at www.mitov.com which has an Audio suite that can handle this type of file.

like image 22
GuyWithDogs Avatar answered Nov 14 '22 06:11

GuyWithDogs


try DSPack which are set of Components to write Multimedia Applications.

like image 2
Mohammed Nasman Avatar answered Nov 14 '22 05:11

Mohammed Nasman