| 23 | { |
| 24 | |
| 25 | EqualPowerPanner::EqualPowerPanner(const float sampleRate) |
| 26 | : Panner(sampleRate, PanningModel::EQUALPOWER) |
| 27 | { |
| 28 | } |
| 29 | |
| 30 | void EqualPowerPanner::pan(ContextRenderLock & r, |
| 31 | double azimuth, double elevation, |
nothing calls this directly
no outgoing calls
no test coverage detected