How can we change default playback device in unity?

Hi everyone,
I have a dropdown list of playback devices in my game. I want a function or property in unity that I can hear the sound in my selected device. Right now I am only able to hear sound on device which is selected by system system by default.

Any help will appreciate.
Thankx in advance!,

Unfortunately unitys system doesn’t allow you to change audio device. However you could try something like FMOD to allow you to change audio sources.

Thanks for the reply @wfreeman480 ,
But I can’t use FMOD because of it’s license cost. Is there any other way to change audio device?