From 33247c5d4dd7de131144c1a0eb465aabb85d0d30 Mon Sep 17 00:00:00 2001 From: vb6174 Date: Wed, 19 May 2021 09:58:53 +0800 Subject: [PATCH 1/2] update audio/README.md. --- audio/README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/audio/README.md b/audio/README.md index 4ddf434a7e..4e974b07e9 100644 --- a/audio/README.md +++ b/audio/README.md @@ -138,16 +138,6 @@ The audio driver module provides functions that can be directly called by the au

Sets the channel mode for audio rendering.

-

int32_t (*GetRenderSpeed)(struct AudioRender *render, float *speed);

- -

Obtains the playback speed.

- - -

int32_t (*SetChannelMode)(struct AudioRender *render, enum AudioChannelMode mode);

- -

Sets the channel mode for audio rendering.

- -

int32_t (*GetChannelMode)(struct AudioRender *render, enum AudioChannelMode *mode);

Obtains the current channel mode for audio rendering.

-- Gitee From 2d1f2fffd88fa489ecbc2cc26e51f035f8c0a8da Mon Sep 17 00:00:00 2001 From: vb6174 Date: Wed, 19 May 2021 10:02:05 +0800 Subject: [PATCH 2/2] update audio/README_zh.md. --- audio/README_zh.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/audio/README_zh.md b/audio/README_zh.md index 6d08ff5ab1..ebf9e4e9e4 100644 --- a/audio/README_zh.md +++ b/audio/README_zh.md @@ -138,16 +138,6 @@ Audio驱动提供给Audio Service可直接调用的能力接口,主要功能

设置音频播放的通道模式

-

int32_t (*GetRenderSpeed)(struct AudioRender *render, float *speed);

- -

获取音频当前的播放速度

- - -

int32_t (*SetChannelMode)(struct AudioRender *render, enum AudioChannelMode mode);

- -

设置音频播放的通道模式

- -

int32_t (*GetChannelMode)(struct AudioRender *render, enum AudioChannelMode *mode);

获取音频播放当前的通道模式

-- Gitee