MPEG Audio Component (A Delphi component to play audio files)
Posted by Daniel - 2,885 Views
TSound is a component part of the DelphiAmp created by Kyle & Pretender. The purpose is to play MPEG audio files from Delphi. It can play mp3, wma, ogg and of course wav files.
This component uses the fmod.dll. Copy the the dll to C:\WINDOWS before instalation. The demo project is also included in the package.
I found this one years ago on sourceforge but I just checked it again and seems to me that the project is no longer there, I have no idea where is it now.
INSTALLATION:
- Copy the fmod.dll to c:\windows
- Copy all files in the TSOUND folder into the lib folder of your Delphi instalation. Common Path will be: “C:\Program Files\Borland\Delphi6\Lib”
- Install the sound.pas to your Delphi IDE
- Component - Install component
- Click Browse then select Sound.pas
- Clik OK
RUNNING THE DEMO
Install the component first by following the steps above, then open the demo project. Click here to download the component (501 KB).
The following posts are programmatically considered as related to the current post by YARPP Plugin:
- CPort Component (Serial port interface component for Delphi)
- Delphi SMSCodec (SMS Processing Component)
- An example: Using CPort Delphi Component to read data from your cellphone
- Runtime-Form-Creation. Automatically creating child forms in a Delphi MDI application with a component array
- XP Menu Component (MS-Office XP style on Delphi menu and toolbar)
Hi, my name is Daniel Nugraha, a single male live on an island called Java, Indonesia. This is the place for me to share my interest in computer programming.
-
Get my Full Feed Here
Popular Entries
- Passing arguments to your VB.NET console application
- Microsoft Excel Import External Data Problem: When Microsoft Query doesn’t recognize some of your parameters
- Resize Image or Crop Image with Joe Lencioni’s Smart Image Resizer, WordPress Setup
- How to Get User Input and allowing more than 256 characters to be entered on .NET Console Application
- ASCII To PDU Converter (Convert ASCII to PDU and vice versa)
- ConsoleProgressBar - Simple Progress Bar Function for your VB.Net Console Application
- An example: Using CPort Delphi Component to read data from your cellphone
- Runtime-Form-Creation. Automatically creating child forms in a Delphi MDI application with a component array
- CPort Component (Serial port interface component for Delphi)
- SmartImageResizer Plugin, WordPress plugin based on Joe Lencioni’s Smart Image Resizer













