jarikomppa / soloud

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

Redesign handling of number of voices #62

Closed jarikomppa closed 9 years ago

jarikomppa commented 10 years ago

Instead of fixed max number of voices, soloud probably should sort the sounds by audibility and only play the N most audible.

It makes more sense to "play" hundreds of audio loops in positional audio, but most of those are not audible at the same time (actually, most will have a volume of 0).

jarikomppa commented 9 years ago

Done.