Sound Volume Too low

I have placed an mp3 on an empty game objects, it’s volume is set to 1, but still the volume is too low on my ipad. How can I set it to a higher volume? Is it because it’s a 3d sound, and the GameObject it is attached to is far away from the camera? If so, how can I set it so it is a 2d sound, without scripting?

Thank you.

Importing Audio as a 3D sound can cause this issue. Select your audio file in the project window, uncheck 3D sound. The AudioListener on your camera will no longer take distance into consideration when playing sounds :),