TPlaySound

From Lazarus wiki
(Redirected from playsound)
Jump to navigationJump to search

TPlaySound is a component to play WAV files in Windows and Linux.

playsound_oi.png

Usage

  • Set the SoundFile property to the path of your WAV file
  • Set the PlayStyle to psAsync or psSync
  • Call the Execute method

Download

See Also