Skip to content

Releases: Falcosoft/ASIO2WASAPI

v1.2.3

Choose a tag to compare

@Falcosoft Falcosoft released this 12 Dec 17:33
  1. Low latency shared mode buffer size can be configured (and needed update period is derived from buffer size).
  2. Added workaround for hosts that do not set control panel dialog's parent window correctly.
  3. Fixed problems with non-standard sample rates (e.g. 49716). When shared mode format converter is used actually any sample rates can be used now.
  4. Fixed failed initialization on fixed non-48kHz (44100 etc.) devices.
  5. Fixed Cubase 5/7 related problems resulting in no audio.
  6. Other minor fixes.

v1.2.2

Choose a tag to compare

@Falcosoft Falcosoft released this 07 Dec 14:46
  1. Fixed speaker order in case of some frequently used speaker setups.
  2. Added proper latency report in case of shared mode.
  3. Other minor fixes.

v1.2.1

Choose a tag to compare

@Falcosoft Falcosoft released this 05 Dec 21:27
  1. Added Win10+ special low latency shared mode.
    This mode needs proper drivers. Usually proprietary vendor drivers from Realtek, NVIDIA etc. do not support low latency shared mode. But generic High Definition Audio driver from Microsoft does support it on Windows 10/11.

  2. Added version info to ASIO control panel.

v1.2.0

Choose a tag to compare

@Falcosoft Falcosoft released this 04 Dec 00:50
  1. Added support for WASAPI shared mode.
  2. Modified versioning so all projects get the version info from driver's version.h

v1.1.7

Choose a tag to compare

@Falcosoft Falcosoft released this 26 Nov 18:20
  1. Fixed supported format query.
  2. Fixed non modifiable 100 ms latency problem.
  3. Fixed too quiet rendering in case of supported 24-bit PCM format.
  4. Count of supported channels is calculated automatically.
  5. Supported sample rates are calculated automatically.
  6. Added support for default device. Driver can restore itself when default device or audio properties are changed in Windows.
  7. Added minimum buffer size calculation.
  8. Some other fixes (e.g. ASIO dialog caption, AV in case of not supported devices etc.).