TimelineItem.set_voice_isolation_state#

TimelineItem.set_voice_isolation_state(voice_isolation_state: dict) bool[source]#

Sets Voice Isolation state of the timeline item.

Parameters:

voice_isolation_state (dict) – Dictionary with keys {‘isEnabled’: bool, ‘amount’: int}. amount must be in range of [0, 100]

Returns:

True if successful, False otherwise

Return type:

bool