@SIsilicon28 said:
I never new you could make a custom audio driver. I always thought it was limited to the hardware like graphics drivers.
Well, Graphics card (as well as its driver) is incredibly complicated thing. Inside graphic card is CPU, RAM, advanced cooling system and many other features. Graphic card is basically tiny computer inside computer.This is not much of surprise if you realize what everything graphics card must complete to render spinning cube. There is big amount of incredibly difficult jobs what must be done including lighting, shadows, normal maps, reflections, textures, models and many others.And now to audio. Audio card is very simple and carry almost no hardware features. Mostly it serves just like a bridge allowing you to connect more complex audio system (starting with mono sound as simplest to surround audio as very complex). Most of work is done by software, the audio card just distribute beats to the reproductors connected to it (understand "beat" as short pulse of electricity used to move membrane of reproductor)
To finish this. Is possible to create own audio driver but not graphic driver because audio is much, much simpler.