ASIO4ALL 中国官方主页

Windows ASIO 驱动程序

主页

2022 年 2 月 16 日:发布 2.15 版!

此版本正式支持 Windows 10 和 Windows 11。

它也被证实可以在 Windows 7 和 Windows 8 上工作,只有几个可见的 GUI 工件。

📁

自上一个 2.13 和 2.14 版本以来的更改:

  • 针对 Ryzen 5000 等较新 AMD 系统上的板载音频的修复和解决方法。
  • Fixes and workarounds for Intel® Smart Sound Technology (Intel® SST).
  • Oculus VAD 的解决方法
  • 修复了 Blackmagic Design DeckLink 驱动程序的崩溃问题。
  • 修复高 DPI 显示器上的 GUI 视觉失真。
  • 添加 WaveRt 数据包支持。
  • 修复:在高分辨率设备上,样本数据有时会被截断为 16 位。
  • 修复:有时主机 ASIO 设置中的 USB 设备通道名称中会出现一个神秘的字符串。
  • 将 AsioGetChannelInfo() 更改为按设备对频道进行分组。
  • GUI 现在显示当前用于任何活动设备的音频数据格式。
  • 修复:未检测到某些音频设备。
  • 为视觉效果添加完整的 Unicode 支持。
  • 说明手册现已在线,可通过 GUI 帮助按钮访问。
  • 完全放弃对“ReWuschel”和离线设置的支持。 您仍然可以通过设置注册表项来重新启用“ReWuschel”,但谁真的还在使用 20 多年前的软件?
  • 避免在默认配置中使用“立体声混音”环回输入。
  • 声卡驱动使用16位输出

    Force WDM driver to 16 bit

    This option only has an effect if the supported bit depth of the WDM driver is larger than 16, but less than 24. Some devices report e.g. 20 Bits resolution but cannot actually be opened for more than 16 Bits resolution. Should this be the case on your system, this option provides a workaround. Originally,… 更多

  • 优化提示

    Optimization hints

    Playing software synths live In this scenario, you do not need audio inputs. Therefore, you best disable them all, which normally will provide you with a better stability at very small ASIO buffer sizes, or allow smaller buffer sizes in the first place. Further, you should also disable all audio outputs you do not really… 更多