nuttx/audio: add opus format support

Signed-off-by: renjianguang <renjianguang@xiaomi.com>
This commit is contained in:
renjianguang 2024-04-23 16:34:33 +08:00 committed by Xiang Xiao
parent 667de7be32
commit 87e24d13b4
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@
#define AUDIO_FMT_MSBC 0x0e
#define AUDIO_FMT_CVSD 0x0f
#define AUDIO_FMT_AMR 0x10
#define AUDIO_FMT_OPUS 0x11
/* Audio Sub-Format Types ***************************************************/