Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use esp-dsp #34

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

use esp-dsp #34

wants to merge 3 commits into from

Conversation

stas-sl
Copy link
Owner

@stas-sl stas-sl commented Oct 3, 2024

optimized version for ESP32 works quite fast improving performance ~2x times for ~65 SOS, though it uses direct form 2 (not transposed) which is considered less numerically stable than transposed one, but I'm not sure how it important here

and you need these modifications in config to make it compile:

esphome:
  platformio_options:
    board_build.esp-idf.preserve_source_file_extension: "yes"
    build_unflags:
      - -Werror=all

esp32:
  board: esp32dev
  framework:
    type: esp-idf
    sdkconfig_options:
      CONFIG_ESP32_DEFAULT_CPU_FREQ_240: y
      CONFIG_COMPILER_OPTIMIZATION_SIZE: n
      CONFIG_COMPILER_OPTIMIZATION_PERF: y
    components:
      - name: esp-dsp
        source: github://espressif/esp-dsp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant