How do I, say, play a sound with a given amplitude and a given frequency makeup (say, consisting of frequencies 2 kHz and 3 kHz) natively on Windows (32-bit and 64-bit, up to Windows 7)?
(By natively I mean without using an external library.)
I believe this needs the waveOutWrite method but I have no idea how it works.
I got something working…