build a Frequency Generator?

NickJ

Member
Joined
Apr 29, 2005
Messages
21
Programming Experience
Beginner
Is it possible to build a Frequency Generator in VB.Net? I would like to be able to select a frequency from a Combobox or a drop down listbox. And be able to save that frequency as a file as well as play the frequency.

Thanks

Nick
 
Hi Bobby - many thanks for the reply and the suggestions. The info here is useful indeed and I will definately save them for future use..
However what I currently is looking for is some way to generate tones from the code. In the urls you sent the tone will be based on existing sound files. E.g wav etc.. I am trying to do something along the lines of this:CodeProject: Frequency Generator shows how to work with WaveOut function.. Free source code and programming help However this is written in C++ Builder 5.
 
Back
Top