DspValuePair
- class carb.audio.DspValuePair
Bases:
pybind11_object
Specifies a pair of values that define a DSP value range to be interpolated between based on an emitter-listener angle that is between a cone’s inner and outer angles. For angles that are smaller than the cone’s inner angle, the ‘inner’ DSP value will always be used. Similarly, for angles that are larger than the cone’s outer angle, the ‘outer’ DSP value will always be used. Interpolation will only occur when the emitter-listener angle is between the cone’s inner and outer angles. No specific meaning or value range is attached to the ‘inner’ and ‘outer’ DSP values. These come from the specific purpose that this object is used for.
Methods
__init__
(self)Attributes
The DSP value to be used for angles less than the cone's inner angle and as one of the interpolation endpoints for angles between the cone's inner and outer angles.
The DSP value to be used for angles greater than the cone's outer angle and as one of the interpolation endpoints for angles between the cone's inner and outer angles.
- __init__(self: carb.audio._audio.DspValuePair) None
- property inner
The DSP value to be used for angles less than the cone’s inner angle and as one of the interpolation endpoints for angles between the cone’s inner and outer angles.
- property outer
The DSP value to be used for angles greater than the cone’s outer angle and as one of the interpolation endpoints for angles between the cone’s inner and outer angles.