Skip to content

Commit c28c64c

Browse files
committed
app: Add overlay to enable compr offload support (mp3, aac and vorbis)
The needed libraries should be placed in sof/../cadence_libs/ directory if the overlay is used. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent dfac8f3 commit c28c64c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

app/compr_overlay.conf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# the cadence_libs directory should be in one level up from the sof
2+
# project dir: sof/../cadence_libs/
3+
# which is zephyr/../cadence_libs/
4+
5+
CONFIG_CADENCE_CODEC=y
6+
CONFIG_CADENCE_CODEC_MP3_DEC=y
7+
CONFIG_CADENCE_CODEC_MP3_DEC_LIB="../cadence_libs/xa_mp3_dec.a"
8+
CONFIG_CADENCE_CODEC_MP3_ENC=y
9+
CONFIG_CADENCE_CODEC_MP3_ENC_LIB="../cadence_libs/xa_mp3_enc.a"
10+
CONFIG_CADENCE_CODEC_AAC_DEC=y
11+
CONFIG_CADENCE_CODEC_AAC_DEC_LIB="../cadence_libs/xa_aac_dec.a"
12+
CONFIG_CADENCE_CODEC_VORBIS_DEC=y
13+
CONFIG_CADENCE_CODEC_VORBIS_DEC_LIB="../cadence_libs/xa_vorbis_dec.a"
14+

0 commit comments

Comments
 (0)