How To | Enable Spatial Audio For Microsoft Teams Rooms

Learn how to enable spatial audio for Microsoft Teams Rooms.

Updated at January 31st, 2024

General Information 



Procedure


Use the following steps to enable the option in Microsoft Teams Rooms for Spatial Audio:

  1. On your computer open up notepad or other text editor application like VSCode.
  2. A example file is also located at the end of this article that can be used.
  3. Create a blank file called SkypeSettings.xml
  4. Copy the code below into the blank SkypeSettings.xml file.

<SkypeSettings>

<IsSpatialAudioEnabled>true</IsSpatialAudioEnabled>

</SkypeSettings>

  1. Save the SkypeSettings.xml file onto a USB drive and insert it into the Microsoft Teams Room compute.
  2. On the Microsoft Teams Room controller touch panel select the settings icon in the bottom right hand corner.
  3. In the menu on the left hand side click the Windows setting button and login with you username and password for the windows admin.
  4. Open Windows Explorer
  5. Navigate to “C:\Users\Skype\AppData\Local\Packages\Microsoft.SkypeRoomSystem_8wekyb3d8bbwe\LocalState”

  1. Paste the SkypeSettings.xml file into the folder location above.
  2. Reboot the Microsoft Teams Compute from the start menu.
  3. Once system is rebooted and back into Teams Mode there is a ON/OFF function in the audio settings under … (More) menu during a meeting.

Example File