ErikNatanael / knyst

Apache License 2.0
34 stars 4 forks source link

No alloc assertions #13

Closed ErikNatanael closed 1 year ago

ErikNatanael commented 1 year ago

Enables assertions to make sure no allocations are made on the audio thread in debug mode. In release mode the assertions are removed. The feature debug-warn-on-alloc prints a warning instead of panicking.