create Decoder
@NotNull
Creates a new audio decoder with the specified codec information and configuration parameters.
Return
An instance of the audio decoder with the specified parameters.
Parameters
codec Info
The codec information specifying the codec to be used.
sample Rate
The sample rate of the audio data.
stereo
true
if the audio is in stereo format, false
for mono.
frame Size
The size of the decoding frame.