levmin / ASIO2WASAPI

A universal ASIO driver - an interface between ASIO and WASAPI APIs
75 stars 17 forks source link

Inputs #25

Open josephernest opened 3 months ago

josephernest commented 3 months ago

Hi,

ASIO2WASAPI seems to work with outputs.

Do you plan to add support for inputs too? (I currently see 0 input devices in ASIO2WASAPI, whereas my system has a few WASAPI input devices, such as the laptop built-in soundcard's mic input)

Thanks @Falcosoft @levmin

Falcosoft commented 3 months ago

Hi, Honestly when I took over the development my only aim was adding a versatile and well configurable output plugin for VST Midi Driver. Inputs have absolutely no relevance in VST Midi driver's context. (https://github.com/Falcosoft/ASIO2WASAPI/tree/VST-Midi-Driver-private-plugin) I just sent the fixes/new features that were relevant also to the main branch. So no, I had/have no immediate plans to add input handling.