forked from nuttx/nuttx-update
nuttx/audio: Add amr and opus format control switches
Signed-off-by: renjianguang <renjianguang@xiaomi.com>
This commit is contained in:
parent
87e24d13b4
commit
e655d8f992
1 changed files with 12 additions and 0 deletions
|
@ -128,6 +128,18 @@ config AUDIO_FORMAT_OGG_VORBIS
|
||||||
---help---
|
---help---
|
||||||
Build in support for the Open Source Ogg Vorbis format.
|
Build in support for the Open Source Ogg Vorbis format.
|
||||||
|
|
||||||
|
config AUDIO_FORMAT_AMR
|
||||||
|
bool "AMR Format"
|
||||||
|
default y
|
||||||
|
---help---
|
||||||
|
Build in support for AMR Audio format.
|
||||||
|
|
||||||
|
config AUDIO_FORMAT_OPUS
|
||||||
|
bool "OPUS Format"
|
||||||
|
default y
|
||||||
|
---help---
|
||||||
|
Build in support for OPUS Audio format.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "Exclude Specific Audio Features"
|
menu "Exclude Specific Audio Features"
|
||||||
|
|
Loading…
Reference in a new issue