G Guest Aug 9, 2005 #1 Hi, how can I generate a sound with a defined frequency and time in the Compact.Net Framework? Is this possible? Thank you juvi
Hi, how can I generate a sound with a defined frequency and time in the Compact.Net Framework? Is this possible? Thank you juvi
S Sergey Bogdanov Aug 9, 2005 #2 See this thread: http://groups-beta.google.com/group...b8f0e975652/18961ec4df705903#18961ec4df705903
M Mike Hudgell Aug 9, 2005 #3 juvi said: Hi, how can I generate a sound with a defined frequency and time in the Compact.Net Framework? Is this possible? Thank you juvi Click to expand... If you can work out how to P/Invoke it correctly you could use the waveOutOpen/waveOutPrepareHeader/waveOutWrite/waveOutUnprepareHeader/WaveOutClose functions with the WAVEFORMAT_MIDI structure. Start from http://msdn.microsoft.com/library/d...apippc/html/ppc_wfmtmidi_wave_format_midi.asp Mike
juvi said: Hi, how can I generate a sound with a defined frequency and time in the Compact.Net Framework? Is this possible? Thank you juvi Click to expand... If you can work out how to P/Invoke it correctly you could use the waveOutOpen/waveOutPrepareHeader/waveOutWrite/waveOutUnprepareHeader/WaveOutClose functions with the WAVEFORMAT_MIDI structure. Start from http://msdn.microsoft.com/library/d...apippc/html/ppc_wfmtmidi_wave_format_midi.asp Mike