T
themusicato
New member
What is an "ASIO" driver?
Is it somehow superior to an MME or WDM?
Thank YOU !!
Is it somehow superior to an MME or WDM?
Thank YOU !!
somewhat similar to WDM if i remember correctly. just, higher quality, allows for higher sampling rates, and works with more hardware (???). also allows for lower latency, I think.
if i'm off-base, let me know.
AlChuck said:OK...
The older driver model for Windows, called MME (short for multimedia extensions), was inadequate to get good realtime response from software synths and plug-in effects when they first came out.
Steinberg, I think it was, came up with a different driver model that allowed more direct access to soundcard hardware on a lower level -- fewer OS hoops to have to jump through to get there, basically. They named it ASIO (Audio Stream In/Out).
Meanwhile, Microsoft was taking their own crack at solving the same problem, called WDM (Windows Driver Model). The advantage was that it would be standard, with the hooks built-in to the operating system.
So, WDM and ASIO are kind of about the same thing. I don't really know if one is significantly "better" than the other as far as latency. ASIO certainly does not offer "higher quality" (by which I assume you mean it sounds better), nor does it allow for higher sampling rates. It also doesn't work with more hardware, since WDM drivers are the norm for Windows 2000/XP systems (though there was certainly a period of time there when there were more soundcards that had ASIO drivers than had WDM drivers, since ASIO was on the market before WDM).
If you have software that supports ASIO, and a soundcard with an ASIO driver, it's possible -- maybe even likely -- that the ASIO driver is more mature than the WDM driver, so there might be an advantage to using it.
AlChuck said:OK...
The older driver model for Windows, called MME (short for multimedia extensions), was inadequate to get good realtime response from software synths and plug-in effects when they first came out.
Steinberg, I think it was, came up with a different driver model that allowed more direct access to soundcard hardware on a lower level -- fewer OS hoops to have to jump through to get there, basically. They named it ASIO (Audio Stream In/Out).
Meanwhile, Microsoft was taking their own crack at solving the same problem, called WDM (Windows Driver Model). The advantage was that it would be standard, with the hooks built-in to the operating system.
So, WDM and ASIO are kind of about the same thing. I don't really know if one is significantly "better" than the other as far as latency. ASIO certainly does not offer "higher quality" (by which I assume you mean it sounds better), nor does it allow for higher sampling rates. It also doesn't work with more hardware, since WDM drivers are the norm for Windows 2000/XP systems (though there was certainly a period of time there when there were more soundcards that had ASIO drivers than had WDM drivers, since ASIO was on the market before WDM).
If you have software that supports ASIO, and a soundcard with an ASIO driver, it's possible -- maybe even likely -- that the ASIO driver is more mature than the WDM driver, so there might be an advantage to using it.
Porter said:tf5_bassist,
From my experience, I could get the same latency on both, however the hardware monitoring, ie listening to the direct input's, is somthing that I do use, so ASIO is the way that I go.
Porter