You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.0 KiB
84 lines
2.0 KiB
4 months ago
|
menuconfig SOCT_HACODEC_SUPPORT
|
||
|
bool "Audio Codec Support"
|
||
|
default y
|
||
|
|
||
|
config SOCT_HACODEC_MP3DECODE_SUPPORT
|
||
|
bool "MP3 Decoder Support"
|
||
|
depends on SOCT_HACODEC_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_HACODEC_AACDECODE_SUPPORT
|
||
|
bool "AAC Decoder Support"
|
||
|
depends on SOCT_HACODEC_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_HACODEC_AACENCODE_SUPPORT
|
||
|
bool "AAC Encode Support"
|
||
|
depends on SOCT_HACODEC_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_HACODEC_AC3PASSTHROUGH_SUPPORT
|
||
|
bool "AC3 Passthrough Support"
|
||
|
depends on SOCT_HACODEC_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_HACODEC_AMRNBCODEC_SUPPORT
|
||
|
bool "AMRNB Codec Support"
|
||
|
depends on SOCT_HACODEC_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_HACODEC_AMRWBCODEC_SUPPORT
|
||
|
bool "AMRWB Codec Support"
|
||
|
depends on SOCT_HACODEC_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_HACODEC_BLURAYLPCMDECODE_SUPPORT
|
||
|
bool "BLURAYLPCM Decoder Support"
|
||
|
depends on SOCT_HACODEC_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_HACODEC_DRADECODE_SUPPORT
|
||
|
bool "DRA Decoder Support"
|
||
|
depends on SOCT_HACODEC_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_HACODEC_DTSPASSTHROUGH_SUPPORT
|
||
|
bool "DTS Passthrough Support"
|
||
|
depends on SOCT_HACODEC_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_HACODEC_G711CODEC_SUPPORT
|
||
|
bool "G711 Codec Support"
|
||
|
depends on SOCT_HACODEC_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_HACODEC_G722CODEC_SUPPORT
|
||
|
bool "G722 Codec Support"
|
||
|
depends on SOCT_HACODEC_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_HACODEC_PCMDECODE_SUPPORT
|
||
|
bool "PCM Decoder Support"
|
||
|
depends on SOCT_HACODEC_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_HACODEC_TRUEHDPASSTHROUGH_SUPPORT
|
||
|
bool "TRUEHD Passthrough Support"
|
||
|
depends on SOCT_HACODEC_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_HACODEC_OPUSDECODE_SUPPORT
|
||
|
bool "OPUS Decoder Support"
|
||
|
depends on SOCT_HACODEC_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_HACODEC_VORBISDECODE_SUPPORT
|
||
|
bool "VORBIS Decoder Support"
|
||
|
depends on SOCT_HACODEC_SUPPORT
|
||
|
default n
|
||
|
|
||
|
config SOCT_HACODEC_VOICEDECODE_SUPPORT
|
||
|
bool "VOICE Decoder Support"
|
||
|
depends on SOCT_HACODEC_SUPPORT
|
||
|
default n
|