I want to make sound with a specific frequency. Something like:
Console.Beep(500, 1000);
But this is only for integer values of Hertz. How can I make for example 500.1Hz? Thanks.
I want to make sound with a specific frequency. Something like:
Console.Beep(500, 1000);
But this is only for integer values of Hertz. How can I make for example 500.1Hz? Thanks.