Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Question How to Switch between Audio Devices in Unity.

Discussion in 'Editor & General Support' started by Selva_Ofl, Mar 28, 2023.

  1. Selva_Ofl

    Selva_Ofl

    Joined:
    Sep 22, 2022
    Posts:
    3
    Hey I have been working on a Application similar to a Meeting App. And I need to provide the user with a Settings of changing the Audio Devices and Video Devices like in Google Meet or Teams or any other Video Conferencing App.

    I have got to switch between Mics using Microphone and Camera using WebCamTexture but got stuck on getting Speakers.

    So basically I want to get the List of Devices connected to the system and show them in a Dropdown. Based on the option in dropdown I need to listen to that device.

    Any help is appreciated. Thanks in Advance.