naudio / NAudio

Audio and MIDI library for .NET
MIT License
5.5k stars 1.1k forks source link

Expose AsioOut.driver #1101

Open shayded-exe opened 9 months ago

shayded-exe commented 9 months ago

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.