This has been causing me a great deal of confusion. Everything I read in the documentation says that the volume goes from 0 to 1, and no louder. However, if I put a number above 1 for the volume in a PlayOneShot call, it gets louder. I’ve tested at 3, 10, 100, and it keeps getting progressively louder at values above 1.
I don’t have an audio mixer in my project, just a regular audio source using 3D spacial audio (its volume is already set to 1).
The only thing that I can think of is that this is a VR game I’m making, and maybe the XR components include some sort of hidden audio mixer that is making this possible? I haven’t added an audio spacializer plugin, and the documentation says that there isn’t a default one included in the XR Interaction Kit.
Can anyone enlighten me as to why volume is able to go above 1 in my project?