Ralith / oddio

Lightweight game audio
Apache License 2.0
150 stars 9 forks source link

Simplified control architecture #101

Closed Ralith closed 1 year ago

Ralith commented 1 year ago

Discards the complexity and unsafety involved in using a single allocation for arbitrary controllable filter chains. In practice it doesn't seem useful to nest filters deeply, and even if it was the benefit of avoiding a marginal number of allocations is dubious, so this makes life easier for everyone.