lupy.types¶
- lupy.types.NumChannels¶
Number of audio channels supported by the meter (1, 2, 3, or 5).
alias of
Literal[1, 2, 3, 5]
- class lupy.types.NumChannelsT¶
TypeVar bound to
NumChannels.alias of TypeVar(‘NumChannelsT’, bound=
Literal[1, 2, 3, 5])
- lupy.types.ChannelIndex¶
Zero-based index for an audio channel, valid for channel counts up to 5 (
0through4).alias of
Literal[0, 1, 2, 3, 4]
- class lupy.types.ChannelIndexT¶
TypeVar bound to
ChannelIndex.alias of TypeVar(‘ChannelIndexT’, bound=
Literal[0, 1, 2, 3, 4])
- lupy.types.Any2dArray¶
A generic type for numpy 2D arrays
- lupy.types.Any3dArray¶
A generic type for numpy 3D arrays
- lupy.types.SosCoeff¶
Array representing second-order sections filter coefficients
- lupy.types.SosZI¶
Array representing initial conditions for second-order sections filtering
alias of
ndarray[tuple[int,int,Literal[2]],dtype[float64]]
- class lupy.types.CurrentMeasurement(time: float | floating, momentary: float | floating, short_term: float | floating, integrated: float | floating, lra: float | floating, true_peak_current: ndarray[tuple[NumChannelsT], dtype[float64]], true_peak_max: float | floating)[source]¶
Bases:
Generic[NumChannelsT]Represents the current measurement state for a gating block
- momentary: float | floating¶
The Momentary Loudness for this gating block
- short_term: float | floating¶
The Short-Term Loudness for this gating block
- integrated: float | floating¶
The Integrated Loudness for this gating block
- lra: float | floating¶
The Loudness Range for this gating block