Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    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.