MCPcopy Create free account
hub / github.com/LabSound/LabSound / Spatializer

Method Spatializer

src/core/StereoPannerNode.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 };
34
35 Spatializer(const float sampleRate, PanningModel model)
36 {
37 // Convert smoothing time (50ms) to a per-sample time value.
38 m_smoothingConstant = AudioUtilities::discreteTimeConstantForSampleRate(SmoothingTimeConstant, sampleRate);
39 }
40
41 virtual ~Spatializer()
42 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected