Giter Site home page Giter Site logo

Comments (12)

digititus avatar digititus commented on July 24, 2024 1

from pulseaudio-modules-bt.

 avatar commented on July 24, 2024 1

It works perfectly, thanks!

bluetooth.a2dp_codec = "AAC"

I don't have any feedback right now, but I'll tell you if I do.

from pulseaudio-modules-bt.

 avatar commented on July 24, 2024

To be clear: it uses the SBC codec now.

[12:59 martijn ~]$ pactl list sinks | grep -e bluez -e a2dp_codec
	Name: bluez_sink.28_11_A5_33_E2_C6.a2dp_sink
	Driver: module-bluez5-device.c
	Monitor Source: bluez_sink.28_11_A5_33_E2_C6.a2dp_sink.monitor
		bluetooth.a2dp_codec = "SBC"
		device.api = "bluez"
		bluez.path = "/org/bluez/hci0/dev_28_11_A5_33_E2_C6"
		bluez.class = "0x240418"
		bluez.alias = "QC35 II Martijn"

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on July 24, 2024

#20
https://copr.fedorainfracloud.org/coprs/gombosg/pulseaudio-modules-bt-aptx/builds/

The latest package built 8 days ago.

Seems @gombosg didn't patch https://github.com/EHfive/pulseaudio-modules-bt/releases/tag/patch_v3,
so the package has no AAC support.

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on July 24, 2024

You could try https://github.com/EHfive/pulseaudio-modules-bt#general-installation

from pulseaudio-modules-bt.

digititus avatar digititus commented on July 24, 2024

I have similar issue with same copr repo, but it is LDAC / Apt X wich also do not work (as well as AAC).

from pulseaudio-modules-bt.

digititus avatar digititus commented on July 24, 2024

You could try https://github.com/EHfive/pulseaudio-modules-bt#general-installation

I get an error:

cmake ..
-- The C compiler identification is GNU 8.2.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.5.3")
-- Checking for module 'libpulse'
-- Found libpulse, version 12.2-rebootstrapped
-- Checking for module 'dbus-1'
-- Found dbus-1, version 1.12.10
-- Checking for module 'sbc'
-- Package 'sbc', required by 'virtual:world', not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:436 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:602 (_pkg_check_modules_internal)
CMakeLists.txt:23 (pkg_check_modules)

SBC is installed:

pactl list sinks | grep -e bluez -e a2dp_codec
Name: bluez_sink.40_ED_98_19_86_CA.a2dp_sink
Driver: module-bluez5-device.c
Monitor Source: bluez_sink.40_ED_98_19_86_CA.a2dp_sink.monitor
bluetooth.a2dp_codec = "SBC"
device.api = "bluez"
bluez.path = "/org/bluez/hci0/dev_40_ED_98_19_86_CA"
bluez.class = "0x240418"
bluez.alias = "FiiO BTR3"

from pulseaudio-modules-bt.

gombosg avatar gombosg commented on July 24, 2024

Sorry guys I can do this during the weekend. I'll update here when I added the latest patch and LDAC support!

from pulseaudio-modules-bt.

EHfive avatar EHfive commented on July 24, 2024

You could try https://github.com/EHfive/pulseaudio-modules-bt#general-installation

I get an error:

cmake ..
-- The C compiler identification is GNU 8.2.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.5.3")
-- Checking for module 'libpulse'
-- Found libpulse, version 12.2-rebootstrapped
-- Checking for module 'dbus-1'
-- Found dbus-1, version 1.12.10
-- Checking for module 'sbc'
-- Package 'sbc', required by 'virtual:world', not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:436 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:602 (_pkg_check_modules_internal)
CMakeLists.txt:23 (pkg_check_modules)

SBC is installed:

pactl list sinks | grep -e bluez -e a2dp_codec
Name: bluez_sink.40_ED_98_19_86_CA.a2dp_sink
Driver: module-bluez5-device.c
Monitor Source: bluez_sink.40_ED_98_19_86_CA.a2dp_sink.monitor
bluetooth.a2dp_codec = "SBC"
device.api = "bluez"
bluez.path = "/org/bluez/hci0/dev_40_ED_98_19_86_CA"
bluez.class = "0x240418"
bluez.alias = "FiiO BTR3"

Maybe a development package of sbc needs to be installed.(It called sbc-dev on Ubuntu)
So does fdk-aac, ffmpeg(libavcodec, libavutil)

from pulseaudio-modules-bt.

gombosg avatar gombosg commented on July 24, 2024

I updated it, please test: https://copr.fedorainfracloud.org/coprs/gombosg/pulseaudio-modules-bt-aptx/
Feedback is welcome!

from pulseaudio-modules-bt.

gombosg avatar gombosg commented on July 24, 2024

@makruiten can you test AAC support please? (Enable RPMFusion free & nonfree before installing)

from pulseaudio-modules-bt.

 avatar commented on July 24, 2024

I’ll test it tomorrow!

from pulseaudio-modules-bt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.