Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

source code for playback sound

Status
Not open for further replies.

Fairuzinho

Programmer
Jun 25, 2002
10
US
can somebody give me an example for coding a playback sound in delphi. give also the *.exe file.......ok
 
please explain in more detail
what is a playback sound ?? Anywhere is walking distance if you have the time.
 
Drop a TMedia Player component onto your form, load it with a .wav sound file (player.filename := 'whateverpath.wav', make sure you 'player.open' it then play the sound as required with 'player.play'.
You can make all the buttons invisible if required.
Steve.


 
Explaining about plaback sound.....

I have recorded a sound in wav file...bue i dont know on how to playback that sound...and also i want to know how to get a graph from that wav file...thank you...

give me the source code and also the exe file...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top