dlpy.speech_utils.check_stereo

dlpy.speech_utils.check_stereo(params)

Check if the input audio has 2 channels (stereo).

Parameters:
params : class

Specifies the original parameters of the audio.

Returns:
Boolean

Whether the input audio has 2 channels (True) or not (False).