We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pipeline_a2dp_sink_stream works, but it does not support getting song information such as lyrics.
The text was updated successfully, but these errors were encountered:
Create input_key_service is an effective way to solve it, please refer
esp-adf/examples/player/pipeline_sdcard_mp3_control/main/play_sdcard_mp3_control_example.c
Line 143 in e27cd52
Line 42 in e27cd52
Sorry, something went wrong.
Create input_key_service is an effective way to solve it, please refer esp-adf/examples/player/pipeline_sdcard_mp3_control/main/play_sdcard_mp3_control_example.c Line 143 in e27cd52 ESP_LOGI(TAG, "[ 3 ] Create and start input key service"); esp-adf/examples/player/pipeline_sdcard_mp3_control/main/play_sdcard_mp3_control_example.c Line 42 in e27cd52 static esp_err_t input_key_service_cb(periph_service_handle_t handle, periph_service_event_t *evt, void *ctx)
This can only adjust the volume of the local decoding chip, and cannot control the volume of the Bluetooth audio source (such as a mobile phone)
No branches or pull requests
pipeline_a2dp_sink_stream works, but it does not support getting song information such as lyrics.
The text was updated successfully, but these errors were encountered: