Bluetooth: Difference between revisions
→Tips and tricks: Pairing ASHA hearing aids |
|||
Line 149: | Line 149: | ||
The upstream bluez project [https://github.com/thewierdnut/asha_pipewire_sink#alternatives-are-coming has not yet implemented audio support for the ASHA protocol]. As an alternative it is possible to enable audio streaming using the [https://github.com/thewierdnut/asha_pipewire_sink asha-pipewire-sink] project.[https://github.com/thewierdnut/asha_pipewire_sink asha-pipewire-sink] | The upstream bluez project [https://github.com/thewierdnut/asha_pipewire_sink#alternatives-are-coming has not yet implemented audio support for the ASHA protocol]. As an alternative it is possible to enable audio streaming using the [https://github.com/thewierdnut/asha_pipewire_sink asha-pipewire-sink] project.[https://github.com/thewierdnut/asha_pipewire_sink asha-pipewire-sink] | ||
Add following to your system config and apply it:<syntaxhighlight lang="nix"> | Add following to your system config and apply it: | ||
{{Note|Parts of this instruction and module are not yet stable and will be available in the upcoming NixOS 25.04 release.}} | |||
<syntaxhighlight lang="nix"> | |||
boot.extraModprobeConfig = '' | boot.extraModprobeConfig = '' | ||
options bluetooth enable_ecred=1 | options bluetooth enable_ecred=1 |