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.
Source: https://ru.stackoverflow.com/questions/949735/
All Articles
ALSA
... you will have to link withlibasound
, but it is pointless to be afraid of this. in this case, it is the same part of the GNU / linux API aslibc
. - Fat-Zer pm