PoohWoah
PoohWoah
### Answers checklist. - [X] I have read the documentation for esp-protocols [components](https://github.com/espressif/esp-protocols#readme) and the issue is not addressed there. - [X] I have updated my esp-protocols branch (master or...
`void audio_board_pipeline_init() { esp_log_level_set("*", ESP_LOG_WARN); esp_log_level_set(TAG, ESP_LOG_INFO); ESP_LOGI(TAG, "[ 1 ] Start codec chip"); audio_board_handle_t board_handle = audio_board_init(); audio_hal_ctrl_codec(board_handle->audio_hal, AUDIO_HAL_CODEC_MODE_BOTH, AUDIO_HAL_CTRL_START); es8311_set_mic_gain(ES8311_MIC_GAIN_36DB); ESP_LOGI(TAG, "[ 2 ] Create audio pipeline for...
----------------------------- Delete below ----------------------------- **Reminder: If your issue is a general question, start similar to "How do I..". If it is related to 3rd party development kits/libs, please discuss this...