I have set up Hudiy in my Skoolie with a Raspi 4. I plan on using it wirelessly. (For some reason wired AA wasn't working on my Z-Fold7)
I would like to figure out how to get any audio (spotify, map guidance, ect) to run through my headphones connected to my phone's bluetooth. I don't have any sort of audio sytem connected to my raspi. I couldn't seem to find a solution to this at the moment. Maybe I'm missing a setting in the Hudiy config? Any help, guidance, or pointers would be great.
Use Seperate Bluetooth device for audio
Re: Use Seperate Bluetooth device for audio
You can disable speechAudio and mediaAudio in androidAuto section of $HOME/.hudiy/share/config/main_configuration.json
Disabling them will let the phone decide how to route the audio (e.g., via A2DP, Jack).
https://github.com/wiboma/hudiy/blob/ma ... ndroidauto
Please note that the .hudiy folder has a dot in its name, which means it's hidden. You can enable showing hidden files in the file manager using CTRL + H, or you can edit the files from the terminal using a tool like nano, for example: nano $HOME/.hudiy/share/config/main_configuration.json
Disabling them will let the phone decide how to route the audio (e.g., via A2DP, Jack).
https://github.com/wiboma/hudiy/blob/ma ... ndroidauto
Please note that the .hudiy folder has a dot in its name, which means it's hidden. You can enable showing hidden files in the file manager using CTRL + H, or you can edit the files from the terminal using a tool like nano, for example: nano $HOME/.hudiy/share/config/main_configuration.json
Hudiy Team