Hi! I know some self-taught c++ and i want to dive into digital sound processing, but I lack even the most basic thing - sound output.

How can I take a set of samples and output it on the sound card? I don't want to do it with a wav file, but actually with a bunch of values I have generated.

I've tried googling, but I haven't found too much useful stuff.

Thanks