naudio / NAudio

Audio and MIDI library for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose AsioOut.driver

shayded-exe opened this issue · comments

I'd like to examine the driver capabilities, however this requires instantiating a driver, which AsioOut also does.

AsioOut should expose its driver so its capabilities can be accessed like was possible in v1. Either that, or AsioOut should accept a driver as a parameter.