With Delphi, you can listen to MP3 and Wav files. Continuous play, shuffle, repeat, volume control, balance, time (remaining / passing), progress bar with which you can adjust the position of the song, status indicator bar, search option on the database, changing the data, adding to the database, selected in the database (CD- In the ROM, you must have the correct CD) The mp3 collection that uses SQL uses the system paradox database. Coding was done with delphi 6.
Delphi comes with the 'TMediaPlayer' component to play media files such as video and audio. This component remains in Delphi for compatibility with older versions, but is quite old and difficult to maintain due to a reduced number of compatible codecs. However, Windows has an alternative component for the Microsoft Windows Media Player ActiveX component.
In this article, I'll show you how to import and use Windows Media Player using Delphi.
As far as I can remember, although not in earlier versions, as far as Delphi 5, the RAD Studio IDE had an import wizard that allows you to import ActiveX components. Keep in mind that ActiveX is known as COM, COM +, OLE, and possibly as other names over the years, and Microsoft does not seem to have settled in the name of this technology. Regardless of what it is looking for, it provides a technology for converting some technologies into components and a language-agnostic interface to these components. Many components of the Windows system can be used in ActiveX format, including Delphi's TWebBrowser component for VCL and a web browser where the Windows Media Player component is wrapped.
With Delphi, you can listen to MP3 and Wav files. Continuous play, shuffle, repeat, volume control, balance, time (remaining / passing), progress bar with which you can adjust the position of the song, status indicator bar, search option on the database, changing the data, adding to the database, selected in the database (CD- In the ROM, you must have the correct CD) The mp3 collection that uses SQL uses the system paradox database. Coding was done with delphi 6.
By using it as an example you can develop according to yourself.
No reviews found.
Mehmet Tuncer
fat