How can Linux possibly render low-level sound? (send the sound frequency to the sound device and play it back)

Under Windows found IAudioRenderClient.

I will even go ordinary syscall. The main thing is that without dynamic libraries you can do it.

  • or any function from opengl ... - Fedor Lapshin
  • There are too many options in principle for working with sound. There is GStreamer, libcanberra, ALSA, SDL, Jack, PulseAudio, ... proof - vegorov
  • And why without dynamic lib? - HolyBlackCat
  • but in particular, you will almost certainly be interested in ALSA ... you will have to link with libasound , but it is pointless to be afraid of this. in this case, it is the same part of the GNU / linux API as libc . - Fat-Zer pm
  • The question is, do I not have to drag a dynamic lib for my prog? - Fedor Lapshin

0