Hi, I can't find waveinputs after installing nuget package. For example:
int waveInDevices = NAudio.Wave.WaveInputs.WaveIn.DeviceCount
Returns: Type or namespace name does not exist in namespace "Naudio.Wave"
Comments: the correct namespace for `WaveIn` is `NAudio.Wave.WaveIn`
int waveInDevices = NAudio.Wave.WaveInputs.WaveIn.DeviceCount
Returns: Type or namespace name does not exist in namespace "Naudio.Wave"
Comments: the correct namespace for `WaveIn` is `NAudio.Wave.WaveIn`