-
Notifications
You must be signed in to change notification settings - Fork 12
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
bluetooth modules in pulseaudio config #3
Comments
for getting sound from the APP / RF it is most likely needed to build a loop back / sound monitoring from the internal mixer. but currently working on getting wsjtx working on the device directly. |
Hi Markus, Sound "loopback": please look how WSPR daemon is made in python it uses "arecord" once you have bluetooth with audio capabilities connected, it is possible to play audio from QT GUI APP (from buildroot, original x6100) #play radio (qt gui app) through bluetooth Armbian is also able to play audio to connected bluetooth headset (tested with speaker-test) 73 |
I removed the bluetooth pulseaudio support and build in the bluez-alsa support which the APP normally uses. |
bluetooth modules were missing in Pulseaudio config:
added below mentioned modules
root@x6100:~# /etc/pulse/system.pa
...
load-module module-bluetooth-policy
load-module module-bluetooth-discover
Now bluetooth headset can be connected using bluetoothctl command line utility. Connecting from GUI widget not reliable
Sound from command line ("speaker test") is audible (this was also possible using original buildroot linux, some command line juggling)
unfortunately there is no sound from X6100 QT GUI app :(
The text was updated successfully, but these errors were encountered: