get_specific_loudness#
- LoudnessISO532_1_Stationary.get_specific_loudness(channel_index=0)#
Get the specific loudness for a signal channel.
This method gets the specific loudness in sone/Bark for a specified channel index.
- Parameters:
- channel_index: int, default: 0
Index of the signal channel to get the specified output for.
- Returns:
- :
numpy.ndarray
Specific loudness array in sone/Bark.
- Return type:
Union
[Buffer
,_SupportsArray
[dtype
[Any
]],_NestedSequence
[_SupportsArray
[dtype
[Any
]]],bool
,int
,float
,complex
,str
,bytes
,_NestedSequence
[Union
[bool
,int
,float
,complex
,str
,bytes
]]]