Mega Code Archive

 
Categories / Delphi / Multimedia
 

Check if a soundcard is installed

Title: check if a soundcard is installed? uses MMSystem; function SoundCardAvailable: Boolean; begin Result := WaveOutGetNumDevs 0; end;