|
|
|
|
|
by yardie
5071 days ago
|
|
who do nothing more than copying a stream of digital audio into the buffer of the sound card to be sent to the DAC That's a grosse simplification of what the audio driver does. Mixing, leveling, EQ, spatiality and a lot of other details are handled by driver as well. My last Linux laptop, running Ubuntu, had an annoying hiss when the levels were at 100. The fix was enabling SSE2, which got disabled everytime the kernel was upgrading. From that example I know the driver is doing far more than streaming audio to the DAC. |
|