get_single_tone_info#

ProminenceRatio.get_single_tone_info(tone_index)#

Get the PR information for a tone.

Parameters:
tone_index: int

Index of the tone.

Returns:
:
tuple[float]

First element is the peak’s frequency in Hz.

Second element is the PR value in dB.

Third element is the peak’s level value in dB SPL.

Fourth element is the peak’s lower-frequency limit in Hz.

Fifth element is the peak’s higher-frequency limit in Hz.

Return type:

tuple[float]