[audio] Enable specific codecs and configure advanced features (#16166)

This commit is contained in:
Kevin Ahrendt
2026-04-30 08:49:28 -04:00
committed by GitHub
parent 1398dcebb4
commit a8b0133ec1
3 changed files with 207 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
audio:
codecs:
flac:
buffer_memory: internal
mp3:
buffer_memory: psram
opus:
floating_point: false
state_memory: psram
pseudostack:
threadsafe: false
buffer_memory: internal
size: 80000
wav:

View File

@@ -0,0 +1 @@
<<: !include common.yaml