mylim
mylim

Reputation: 313

UWP Windows IoT Core Stream Routing

I would like to find out if Windows IoT Core supports Stream Routing. Otherwise, is there any other work around for similar result? I have multiple USB audio adapter connected to my RaspberryPi and would like route the different 'capture' device(s) to diff 'render' device(s) .. like mixing the audio etc. Any advise please.. Thank you very much.

Upvotes: 0

Views: 34

Answers (1)

Michael Xu
Michael Xu

Reputation: 4432

You can use the APIs in Windows.Media.Audio namespace to create audio graphs for audio routing, mixing, and processing scenarios.An audio graph is a set of interconnected audio nodes through which audio data flows. Please refer to this AudioGraph sample.

Upvotes: 1

Related Questions