From 71b5368f234ab479882e1c900ffd4da86c5394c2 Mon Sep 17 00:00:00 2001 From: wanghongen Date: Mon, 14 Jul 2025 17:08:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9E=9A=E4=B8=BE=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanghongen --- audio/v5_0/AudioTypes.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/v5_0/AudioTypes.idl b/audio/v5_0/AudioTypes.idl index eead823d..9c6807fb 100644 --- a/audio/v5_0/AudioTypes.idl +++ b/audio/v5_0/AudioTypes.idl @@ -449,6 +449,7 @@ enum AudioInputType { AUDIO_INPUT_NOISE_REDUCTION_TYPE = 1 << 9, /**< Assigned noise reduction input type */ AUDIO_INPUT_RAW_TYPE = 1 << 10, /**< Assigned raw input type */ AUDIO_INPUT_LIVE_TYPE = 1 << 11, /**< Assigned live input type */ + AUDIO_INPUT_VOICE_TRANSCRIPTION = 1 << 12, /**< Assigned voice transcription input type */ }; /** -- Gitee