@jusa / @tomin anything you can share about this?
Is the uplift stalled because of some specific problem, or just due to time?
(I.e. is it in a place where community help would make sense, or just add noise?)
Unfortunately this link seems to be gone as well, any chance you could upload it again somewhere? Would be very appreciated!
https://wdho.ru/7n6c
reupload
Great, thanks a lot!
4.6.0 update modified the file, Iâll recompile later
134488 Mar 19 08:49 /usr/lib64/pulse-14.2/modules/libbluez5-util.so
I wonder if there is any prospect of PA 15 arriving for this?
they have a PA 17 pull request from over a year ago, but still didnât pull it yet.
There is always an open pull requests topic during the community meeting. You can raise it there.
No reason for that. They will do it when they want. My questioning wonât help.
So now that we have the new Jolla phone coming and now that I read through this thread iâm still not entirely sure whether other codecs are available?
I just installed the latest version (LTS, not beta). I still not functional.
Iâll just leave this here.
With SFOS 5.1 now PA 17.0 has landed. With âpactl listâ it appears that (for example with the Sony WH-1000XM4) âsbcâ is used. Same after I re-paired the device. Should Sailfish now automaticaly change to higher quality codecs, if available? Or can we manually allow other Codecs for a Sink to be used if connection quality allows for it?
As far as I can tell, PulseAudio does not do any automatic codec selection. Normally youâd choose the codec in your mixer. The 15.0 release notes say:
Switching the codec can be done on the command line with
pactl send-message /card/bluez_card.XX_XX_XX_XX_XX_XX/bluez switch-codec '"CODEC"'(note the double quotes inside single quotes, this is needed because the server expects the double quotes and without the single quotes the shell would remove the double quotes before the string gets sent to the server). ReplaceXX_XX_XX_XX_XX_XXwith the device address, which can be found for example withLANG=C pactl list cards | grep Name. ReplaceCODECwith one of the available codec names:aptx,aptx_hd,ldac_hq(âHigh Qualityâ),ldac_sq(âStandard Qualityâ),ldac_mq(âMobile Qualityâ),sbc,sbc_xq_453,sbc_xq_512,sbc_xq_552. A list of codecs supported by the device can be obtained withpactl send-message /card/bluez_card.XX_XX_XX_XX_XX_XX/bluez list-codecsand the currently active codec can be queried withpactl send-message /card/bluez_card.XX_XX_XX_XX_XX_XX/bluez get-codec. A simplified way of switching codecs is already implemented in pavucontrol and will be provided with the next pavucontrol release.
Iâm guessing the reason for this is that every codec comes with a tradeoff, so itâs not as simple as choosing the best one and then just downgrading as necessary. What a glorious day it will be when Bluetooth finally grows a bandwidth increase of ~20% and we can just send uncompressed audio.
So someone with some qt-experience can bake a simple codec-selector-app? (Fish-Selector or some name like that
)
I wonder if a re-factored Audio Output Chooser â SailfishOS:Chum, a Sailfish OS software repository by the community audio output selector might do it?