I want to make sound in a certin frequency and with certin time
Loading
I want to make sound in a certin frequency and with certin time
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bechir BejaouiPosted Dec 13, 2008, 6:55 PM
using System.Runtime.InteropServices;
//Then make use of the unmanaged function
[DllImport("kernel32.dll")]
public static extern bool Beep(int frequency, int duration);
it will sound out exactly like a speaker sound when the computer start