Search found 2 matches
- Wed May 30, 2012 5:33 pm
- Forum: Support and Development
- Topic: Sound attenuation
- Replies: 3
- Views: 2623
Re: Sound attenuation
I posted the code relative to the sound. I didn't think you would need my whole project. I found the problem btw, it comes from my sound file. If I use the one supplied in TechnoCat example, it works flawlessly. So do the sound file needs something special ? Edit: Didn't saw the second part of your ...
- Wed May 30, 2012 3:59 pm
- Forum: Support and Development
- Topic: Sound attenuation
- Replies: 3
- Views: 2623
Sound attenuation
Hi all, I can't make the sound attenuation system work. This is what I do : --Setting global sound options love.audio.setPosition(400, 300, 0) love.audio.setDistanceModel("exponent") [...] --Loading and playing the sound self.idle_src = love.audio.newSource("res/tank/idle_loop.ogg&quo...