I'd like to know if there is an API out there or something else that will allow me to play sounds in C# by there hz frequency (ie, to play an A the value would be 440). I know this could be done in Pascal (in fact it was the only way). I figure it must be something to do with directx or a driver. Any help would be very appreciated.
Eric
Answers (2)
1
Tech Writer 2.2k 1.6m 22y OK, could you give me a little more specific idea of where to look for this. I'm not exactly sure what you mean by P/Invoke...
1
Tech Writer 2.2k 1.6m 22y C# doesn't directly allow it, but you can use Win32 API through P/Invoke.