提交 ee963e29 编写于 作者: L lwx1121892

<audio_capture>

Signed-off-by: Nlwx1121892 <liuxueqi3@huawei.com>
上级 bd563796
...@@ -1040,7 +1040,7 @@ describe('audioCapturer', function () { ...@@ -1040,7 +1040,7 @@ describe('audioCapturer', function () {
/** /**
*@tc.number : SUB_MULTIMEDIA_AUDIO_VOIP_REC_VOICE_CHAT_PROMISE_0100 *@tc.number : SUB_MULTIMEDIA_AUDIO_VOIP_REC_VOICE_CHAT_PROMISE_0100
*@tc.name : AudioCapturer-Set1-Media *@tc.name : AudioCapturer-Set1-Media
*@tc.desc : AudioCapturer with parameter set 7 *@tc.desc : AudioCapturer with parameter set 1
*@tc.size : MEDIUM *@tc.size : MEDIUM
*@tc.type : Function *@tc.type : Function
*@tc.level : Level 2 *@tc.level : Level 2
...@@ -1081,7 +1081,7 @@ describe('audioCapturer', function () { ...@@ -1081,7 +1081,7 @@ describe('audioCapturer', function () {
encodingType: 0 encodingType: 0
} }
let AudioCapturerInfo = { let AudioCapturerInfo = {
source: 1, source: 0,
capturerFlags: 0 capturerFlags: 0
} }
let AudioCapturerOptions = { let AudioCapturerOptions = {
...@@ -1165,7 +1165,7 @@ describe('audioCapturer', function () { ...@@ -1165,7 +1165,7 @@ describe('audioCapturer', function () {
encodingType: audio.AudioEncodingType.ENCODING_TYPE_RAW, encodingType: audio.AudioEncodingType.ENCODING_TYPE_RAW,
}; };
let audioCapturerInfo96000 = { let audioCapturerInfo96000 = {
source: audio.SourceType.SOURCE_TYPE_MIC, source: audio.SourceType.SOURCE_TYPE_VOICE_RECOGNITION,
capturerFlags: 0 capturerFlags: 0
} }
let audioCapturerOptions96000 = { let audioCapturerOptions96000 = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册