Timeline.get_voice_isolation_state#

Timeline.get_voice_isolation_state(track_index: int) dict[source]#

Returns the Voice Isolation State for the given audio track.

Parameters:

track_index (int) – Track index. 1 <= track_index <= GetTrackCount(“audio”)

Returns:

Dictionary with keys {‘isEnabled’: bool, ‘amount’: int}.

amount is in range of [0, 100]

Return type:

dict