提交 22477bfe 编写于 作者: Q qinliwen

<audio xts整改>

Signed-off-by: Nqinliwen <qinliwen3@huawei.com>
上级 2e083012
......@@ -1317,7 +1317,7 @@ describe('audioRenderer', function () {
audio.createAudioRenderer(AudioRendererOptions, (err, data) => {
if (err) {
LE24 = audio.AudioSampleFormat.SAMPLE_FORMAT_S24LE;
LE24 = audio.AudioSampleFormat.SAMPLE_FORMAT_S24LE;
LE32 = audio.AudioSampleFormat.SAMPLE_FORMAT_S32LE;
let sampleFormat = AudioRendererOptions.streamInfo.sampleFormat;
if ((sampleFormat == LE24 || sampleFormat == LE32) && err.code == 202) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册