johnloser-lwi / WwiseTools

A WAAPI library in C#.
16 stars 2 forks source link

Reduce WAAPI Calls in PathBuilder and ImportInfo #18

Closed johnloser-lwi closed 6 months ago

johnloser-lwi commented 7 months ago

Especially during batch import, multiple WAAPI calls may slow down the process, and all those WAAPI calls are not necessary in most cases.

johnloser-lwi commented 7 months ago

Need to test batch import behaviour