I'm trying to send audio from i2s (AUX in) to bluetooth headphones. I made a pipeline i2s->bt, But if i type
Code: Select all
audio_hal_ctrl_codec(board_handle->audio_hal, AUDIO_HAL_CODEC_MODE_DECODE, AUDIO_HAL_CTRL_START);
or
, i hear sound from microphones, but not from AUX_IN. But when I type
i hear no sound at all. Moreover, it works with wire headphones(
https://github.com/espressif/esp-adf/tr ... e_passthru), but doesn't for wireless. What am i doing wrong?
Full code:
https://pastebin.com/AEmCqPuT
Thank you!