简体   繁体   中英

C# Change audio output device (not default)

I've been looking all over the internet and did not found a solution for this yet.

Basically lets say i want to make some music program, then of course I want to make the output device changeable. Important is it shall not set the default audio device.

Thanks!

What you need is an audio library, or api, that has this functionality (most do). Libraries such as FMOD or BASS . Though you might want to google for yourself to find one that suits your needs.

This library determines what output it uses for playing its audio, some can even use multiple outputs at the same time.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM