- repair DSP processor in flac_task()

- rename and correct typos in Kconfig file

Signed-off-by: Karl Osterseher <karli_o@gmx.at>
This commit is contained in:
Karl Osterseher
2022-12-28 18:04:57 +01:00
Unverified
parent e79b17cbb7
commit d9c19e744e
4 changed files with 30 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
# Config file for ESP32 DSP Processor
menu "ESP32 audio buffer and I2S config"
menu "ESP32 DSP processor config"
config USE_DSP_PROCESSOR
bool "enable signal processing on audio data"
default false
@@ -25,7 +25,7 @@ menu "ESP32 audio buffer and I2S config"
endchoice
config USE_BIQUAD_ASM
bool "Use uptimized asm version of Biquad_f32"
bool "Use optimized asm version of Biquad_f32"
default true
depends on USE_DSP_PROCESSOR
help