IPLSimulator

Type Alias IPLSimulator 

Source
pub type IPLSimulator = *mut _IPLSimulator_t;
Expand description

Manages direct and indirect sound propagation simulation for multiple sources. Your application will typically create one simulator object and use it to run simulations with different source and listener parameters between consecutive simulation runs. The simulator can also be reused across scene changes.