get_segment_details#
- TonalityISO1996_2_OverTime.get_segment_details(segment_index)#
Get the ISO 1996-2 tonality details in the specified segment of the input signal.
- Parameters:
- segment_index
int
Index of the segment.
- segment_index
- Returns:
dict
[str
,float
]Dictionary containing the ISO 1996-2 tonality details for the specified segment, namely:
Segment start time in s (“segment_start_time_s”),
Segment end time in s (“segment_end_time_s”),
Main tone’s critical band lower frequency in Hz (“lower_critical_band_limit_Hz”),
Main tone’s critical band higher frequency in Hz (“higher_critical_band_limit_Hz”),
Total tone level in dBA (“total_tonal_level_dBA”),
Total noise level in dBA (“total_noise_level_dBA”).
- Return type: