createOpusDecoder

@NotNull
abstract fun createOpusDecoder(stereo: Boolean): @NotNull AudioDecoder

Creates a new opus encoder using default params.

Return

AudioDecoder instance.

Parameters

stereo

true if the decoder should be initialized in stereo mode.