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

esp_equalizer.h #8

Open
caiosignor opened this issue Jan 3, 2020 · 0 comments
Open

esp_equalizer.h #8

caiosignor opened this issue Jan 3, 2020 · 0 comments

Comments

@caiosignor
Copy link

Where is the implementation of this header?

I'm trying to run a equalizer, but I got this error:
/opt/espadf/esp32-bt-player/build/esp-adf-libs/libesp-adf-libs.a(equalizer.o): In function equalizer_close': /opt/espadf/esp-adf/components/esp-adf-libs/esp_codec/equalizer.c:114: undefined reference to esp_equalizer_uninit'
/opt/espadf/esp32-bt-player/build/esp-adf-libs/libesp-adf-libs.a(equalizer.o): In function equalizer_open': /opt/espadf/esp-adf/components/esp-adf-libs/esp_codec/equalizer.c:114: undefined reference to esp_equalizer_init'
/opt/espadf/esp-adf/components/esp-adf-libs/esp_codec/equalizer.c:114: undefined reference to esp_equalizer_set_band_value' /opt/espadf/esp32-bt-player/build/esp-adf-libs/libesp-adf-libs.a(equalizer.o): In function equalizer_process':
/opt/espadf/esp-adf/components/esp-adf-libs/esp_codec/equalizer.c:114: undefined reference to `esp_equalizer_process'

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

No branches or pull requests

1 participant