How can i generate a sound (with sound card) in Delphi ?

Status
Not open for further replies.

himmler

Newbie level 6
Joined
May 31, 2006
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,352
How can i generate a sound (with sound card) in Delphi ?
I meen like " Sound(1000); " in Pascal ... but not on PC Speaker !
Thanks.
 

no , it's no good
i want to generate audio tones (single frequency at a time )
not to play wav files
 

hi.

elektor electronic magazine

maybe "delphi for electronic engineers" serie number 4-6.of 2005 could help you

(numbers of months april and may 2005)
 

Best Way is:

Windows.Beep([Frecuency(Hz)] ; [Duration(ms)]);


for example:

windows.Beep(32000, 500);
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…