创建Opus解码器,类似Opus 1.3.1版本的opus_decoder_create接口。
NA
OpusDecoder *OpusDecoderCreateApi(opus_int32 Fs, int channels, int *error)
与Opus 1.3.1中opus_decoder_create接口一致,请参见Opus 1.3.1中定义。