|
This is a step by step tutorial for writing a simple audio player in Delphi or C++ Builder VCL by using AudioLab. The steps are exactly identical in Delphi or C++ Builder versions 5 to 2007.
There is no code writing necessary to complete this application.
There is no need to know Delphi or C++ Builder in order to create this application.
The steps bellow are captured using Delphi 2007, however they are identical in C++ Builder and older versions of the products.

The tutorial covers the following steps, which should take less than two minutes:
1. Add a TALWavePlayer Component to Your Application's Form:
2. Add an TALAudioOut Component to Your Application's Form:
3. Select file to play in the ALWavePlayer1 Component:

3.2. Select a file to play, and click “Open”:

4. Connect the ALWavePlayer1.OutputPin to ALAudioOut1.InputPin:


5. Run the Application:

Here is a diagram of the OpenWire connections in this application:

|