Hi,
when using NAudio in a WPF Apllication, for which host apis does it make sense to start each new playback in a new thread (Create the IWavePlayer, call Init(), and Play() ) ?
I could see WASAPI already starts in a new thread, but whats with WaveOut, DirectSound and ASIO ? And for recording with WaveIn ?
thanks
henrik