# Multiple listeners in a scene

**URL:** https://qa.fmod.com/t/multiple-listeners-in-a-scene/14764
**Category:** Unity
**Created:** [June 13, 2019, 8:58am UTC](https://qa.fmod.com/t/multiple-listeners-in-a-scene/14764 "2019-06-13T08:58:38Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![MOrris](https://avatars.discourse-cdn.com/v4/letter/m/d2c977/32.png) [@MOrris](https://qa.fmod.com/u/MOrris)
#### Post date: [June 13, 2019, 8:58am UTC](https://qa.fmod.com/t/multiple-listeners-in-a-scene/14764/1 "2019-06-13T08:58:38Z")

</div>

Hey there,

I’m currently working on a 2 player split screen game and wanted each camera to have a designated listener. I tried to use the function setNumListeners in the setListenerAttributes function to set it up but I am not really sure that is the way it should work. Is it currently possible to use two listeners in a scene? and if so how would I go about it? Additionally, how would I go about panning the listeners? I’ve seen multiple posts in this forum contradicting each other on if it’s possible or not.

Thank you in advance,  
Morris

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [June 17, 2019, 11:35pm UTC](https://qa.fmod.com/t/multiple-listeners-in-a-scene/14764/2 "2019-06-17T23:35:27Z")

</div>

If you are using our Unity Integration, you just need to [attach an FMODStudioListener](https://fmod.com/resources/documentation-unity?version=2.0&page=user-guide.html#attach-the-listener) component to each Listener object and the Integration will update the Listeners.

Currently FMOD supports up to 8 listeners at a time.

---

<div class="post-metadata">

### Author: ![MOrris](https://avatars.discourse-cdn.com/v4/letter/m/d2c977/32.png) [@MOrris](https://qa.fmod.com/u/MOrris)
#### Post date: [June 25, 2019, 4:57pm UTC](https://qa.fmod.com/t/multiple-listeners-in-a-scene/14764/3 "2019-06-25T16:57:02Z")

</div>

Okay, thank you.  
Is it also possible with FMOD 1.10 or only with the newest version?  
Also, how would I go about positioning the listeners in space relative to each other?

---

<div class="post-metadata">

### Author: ![cameron-fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/cameron-fmod/32/261_2.png) [@cameron-fmod](https://qa.fmod.com/u/cameron-fmod)
#### Post date: [June 25, 2019, 10:45pm UTC](https://qa.fmod.com/t/multiple-listeners-in-a-scene/14764/4 "2019-06-25T22:45:07Z")

</div>

The FMODStudioListener is in all versions of the Unity Integration, you just need to attach it to the objects you want to use as the listeners and FMOD will take care of the rest.
