mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
audio:add format sbc support
Signed-off-by: shipei <shipei@xiaomi.com>
This commit is contained in:
parent
23d4263207
commit
858e43df91
2 changed files with 7 additions and 0 deletions
|
|
@ -104,6 +104,12 @@ config AUDIO_FORMAT_MP3
|
|||
---help---
|
||||
Build in support for MP3 Audio format.
|
||||
|
||||
config AUDIO_FORMAT_SBC
|
||||
bool "Bluetooth SubBand Coding"
|
||||
default y
|
||||
---help---
|
||||
Build in support for SBC Audio format.
|
||||
|
||||
config AUDIO_FORMAT_MIDI
|
||||
bool "Midi Format"
|
||||
default n
|
||||
|
|
|
|||
|
|
@ -154,6 +154,7 @@
|
|||
#define AUDIO_FMT_MIDI 0x09
|
||||
#define AUDIO_FMT_OGG_VORBIS 0x0a
|
||||
#define AUDIO_FMT_FLAC 0x0b
|
||||
#define AUDIO_FMT_SBC 0x0c
|
||||
|
||||
/* Audio Sub-Format Types ***************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue