-
Notifications
You must be signed in to change notification settings - Fork 190
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 to route SCO over PCM? #308
Comments
Dunno really as been trying to get HFP/HSP profles working that in #306.
Guess the old bluez details might tell you as not sure as there is also the old bluetooth-alsa that might give some ideas as it used to be a kernel module bt_sco but don't even know where its handled Anyway enough of my ignorance, but so want sco for HFP/HSP profiles |
Yes. i can get hfp/hsp profiles working over HCI. (bluez5.34 + bluez-alsa). I would like to route SCO over PCM(TDM/I2S), but I don't know where to configure it in bluez-alsa. |
So its almost the oppisite of the pcm fix for the Pi I dunno but presuming the routing now is a hardware thing? As above. Apols but at a guess its prob something you can do if you can get the hci cmd for your hardware. I have a PI4 but using a USB dongle as think on raspberry even if you fix the routing it still has a MTU fault so you get pops and hissing as its fixed on the pi @ 64 but is usually setup as 48. PS what distro/hardware you using? |
My hardware: dspg(soc) + Realtek(USB BT). |
I disabled below codes in function "io_thread_sco(..)" for testing. and then run "dbus-send --system --type=method_call --print-reply --dest=org.bluealsa /org/bluealsa/hci0/dev_XX_XX_XX_XX_XX_XX/sco org.bluealsa.PCM1.Open string:sink (or source)" to open SCO connect only. No need spk_pcm and mic_pcm. then play audio through PCM(TDM) interface, it will be ok. |
Hi,
I would like to route the SCO over PCM but not HCI, but have no idea how to configure it in bluez-alsa.
Any ones know it?
Thank you!
The text was updated successfully, but these errors were encountered: