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

How do I add a bluetooth speaker or headset to Rhasspy Assistant? #20

Open
DivanX10 opened this issue Mar 1, 2023 · 1 comment
Open

Comments

@DivanX10
Copy link

DivanX10 commented Mar 1, 2023

I have Home Assistant installed on Debian 11. In Debian 11, there is sound on the headset and the microphone works, I can record speech and play it back, but only sound works in Rhasspy Assistant. How to switch the microphone?

Home Assistant 2023.2.5
Supervisor 2023.03.dev0101
Frontend 20230202.0 - latest
Rhasspy Assistant Current version: 2.5.11

Displaying sound card profiles
pacmd list-cards

image

Output active profiles
pacmd list-cards | grep 'active profile'

image

pactl set-card-profile bluez_card.54_42_49_A5_56_AB headset_head_unit

Successfully recorded speech from the microphone and played back. I do it this way
image

Checking the recording from the microphone. Command to record from the microphone for 5 seconds
arecord -d 5 test_record.wav

5 - recording time in seconds, you can specify any number of seconds
test_record - file name

Run the recorded file
aplay test_record.wav

@DivanX10
Copy link
Author

DivanX10 commented Mar 7, 2023

All my attempts to find some solution to make bluetooth work are unsuccessful. I have described everything in detail here. Maybe there is some solution how to make the bluetooth microphone work in Rhasspy Assistant?

https://community.home-assistant.io/t/how-to-transfer-a-bluetooth-headset-microphone-from-debian-11-to-home-assistant-rhasspy-assistant/543630

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