jarikomppa / soloud

Free, easy, portable audio engine for games
http://soloud-audio.com
Other
1.8k stars 284 forks source link

sound instance looping #83

Closed petrihakkinen closed 9 years ago

petrihakkinen commented 9 years ago

Currently it's not possible to change the looping state of a live sound. SoLoud::setLooping(handle, loop) and SoLoud::getLooping(handle) would be nice to have.

jarikomppa commented 9 years ago

Added.