I made a custom sound, and I want it to play inside a small area. I did the script playSounAt, but it won't work, and I get an error:
Trying to play non-mono 3D sound
the complete script is: playSoundAt("fountain", 11, 26, 5)
I don't understand how I have to modify the sound, I already transformed it from stereo to mono, but still doesn't work. Funny thing is: if I use the script playSound("fountain") it works wonderfully. But obviously is not what I want since I hear the fountain everywhere...
Any advice?? Am I missing something?
I use audacity for audio editing, exported the file from .mp3 to .ogg
Thank you!