- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user