I have already seen Record input from NAudio WaveIn, and output to NAudio WaveOut but for some reason the WaveIn and WaveOut classes don't exsist in either UWP or Naudio 1.8. I'm looking to relay audio exactly like that but in UWP and preferably in a similar amount of lines.
Asked
Active
Viewed 609 times
1 Answers
1
In UWP apps the wavein and waveout APIs are not available. You either have to make use of WasapiCapture or use the new UWP AudioGraph APIs which are actually quite nice. If you're a Pluralsight subscriber you can watch the course I made on the AudioGraph APIs which includes demos of how to record audio.

Mark Heath
- 48,273
- 29
- 137
- 194