get_specific_roughness#

Roughness.get_specific_roughness(channel_index=0)#

Get the specific roughness for a signal.

This method gets the specific roughness in asper/Bark for the specified channel index.

Parameters:
channel_index: int, default: 0

Index of the signal channel to get the specified output for.

Returns:
:
numpy.ndarray

Specific roughness array in asper/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]]]