Still hear audio source without audio listener or when audio listener is disabled

Hi guys,

I am very new to Unity and I have been playing a bit with features.

I have one specific problem that is the following:

I have applied audio sources to 2 different assets and I have an audio listener placed on the main camera.
Normally, if I disabled the audio listener, I should not be hearing the audio sources even though it is still present.

However, I still do hear these sources no matter what I do with the audio listener. I have tried to disable it, to remove it, nothing changes.

Does anyone has an idea why Unity is acting like this?

Thanks for your help.

Hey!
If you create a new scene, add an audio source and disable the audio listener, does this still happen?

Seems to be a bug that was fixed for 2019.1

Although I am asking myself: what is 2019.1 when there is only 2018.3.4 for download right now??
I use 2018.3.3f1 atm and I still have this bug
Wtf, I dont get it. I can even open Unity 5.0.2p4, add an Audio Source that is 600 units away from the main camera and I still hear the sound for 100%.

@WashingMachine
Seeing this in 2018.3.6f1

Created a new scene, removed the default audiolistener applied to the main camera, and added an audioclip to it. We can still hear the clip looping

This is happening in 2018.3.14

Same Issue here

Yep, same here… By the way Stereojunk, cool username :sunglasses:

What’s the status of this issue? This is clearly a bug and it drives me nuts.

@samSproutel

Is this still reproducible on something like 2019.1.10f1? (Or any 2019.1 release?)
Asking because of the bug that was posted with a fix for 2019.1

I can confirm this is fixed in 2019.1.4f1!

I’m using 2018.3.9f1 and the issue is present. I tried 2019 alpha and Beta and did not like those versions. Has 2019 made an OFFICIAL release yet?

I am using 219.2.16f1 . I can enable or disable audio listener on the main camera via a script. on unity the script is working perfectly. but on android phone its not working.

1 Like

Same bug reproduced in 2019.4 version. Sounds played without listener on Ios an android platform, but in editor all ok. You can disable sounds by using AudioListener.volume = 0.0f.

Still seems to be happening in 2020.2.6

Same here it happens in 2020.3.8, disabling listener on main camera works as intended in editor but when deployed to webgl I can suddenly hear everything clearly even without listener on the scene.

Does it happen on latest Unity version? Or Latest LTS at least? Also, if you can provide a repro project, report a bug! It seems like this is something that keeps reappearing

This seems to be less of a bug and more of a default behavior by unity. I’m in the same situation where having no audio listener in the scene will simply listen for every sound instead of a more intuitive default of hearing no sounds until there is a listener. This is just for a few seconds while the players load in a multiplayer match, but it is quite annoying. The workaround is quite nasty with having to update all the sounds or deal with some temporary listener that shouldn’t need to be needed.

2 Likes

I also think this is Unitys way of handeling a scene without a audiolistener.

Balderdash, for a lack of a more profane word.

Same bug in 2021.3.16f1

1 Like