public void SelectOutput(OutputDevice outputDevice) { _outputDevice = new WaveOut { DeviceNumber = outputDevice.DeviceNumber }; }