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

pipeline_bt_sink Can I control the volume? (AUD-5663) #1263

Open
hyzgit opened this issue Sep 3, 2024 · 2 comments
Open

pipeline_bt_sink Can I control the volume? (AUD-5663) #1263

hyzgit opened this issue Sep 3, 2024 · 2 comments

Comments

@hyzgit
Copy link

hyzgit commented Sep 3, 2024

pipeline_a2dp_sink_stream works, but it does not support getting song information such as lyrics.

@github-actions github-actions bot changed the title pipeline_bt_sink Can I control the volume? pipeline_bt_sink Can I control the volume? (AUD-5663) Sep 3, 2024
@hbler99
Copy link

hbler99 commented Sep 3, 2024

Create input_key_service is an effective way to solve it, please refer

ESP_LOGI(TAG, "[ 3 ] Create and start input key service");

static esp_err_t input_key_service_cb(periph_service_handle_t handle, periph_service_event_t *evt, void *ctx)

@hyzgit
Copy link
Author

hyzgit commented Sep 3, 2024

Create input_key_service is an effective way to solve it, please refer

ESP_LOGI(TAG, "[ 3 ] Create and start input key service");

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)

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

2 participants