Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: Issue with Blutooth in 4.1
#37
(05-01-2018, 05:01 PM)badbat75 Wrote:
(05-01-2018, 04:50 PM)Tim Curtis Wrote:
(05-01-2018, 12:27 PM)badbat75 Wrote: BINGO!!!!

In the latest commits they changed the default enabled plugins:
Code:
Available BT profiles:
 - a2dp-source Advanced Audio Source
 - a2dp-sink   Advanced Audio Sink
 - hsp-hs      Headset
 - hsp-ag      Headset Audio Gateway
 - hfp-hf      Hands-Free
 - hfp-ag      Hands-Free Audio Gateway

By default only output profiles are enabled, which includes A2DP Source and
HSP/HFP Audio Gateways. If one wants to enable other set of profiles, it is
required to explicitly specify all of them using `-p NAME` options.

So I changed the /etc/systemd/system/bluealsa.service adding -p a2dp-sink .
Code:
#
# 2018-01-26 TC moOde 4.0
#

[Unit]
Description=BluezAlsa proxy
Requires=bluetooth.service
After=bluetooth.service

[Service]
Type=simple
#User=pi
#Group=audio
ExecStart=/usr/bin/bluealsa -p a2dp-sink

[Install]
WantedBy=multi-user.target

And everything resurrected  Cool .
Again now I have the problem that once I connect a device the volume goes to 100%, awaking my son Dodgy  and make me fight with my wife...
I want to test all input profiles, now but this is the right way!!!

Hi,

- What type of audio device?
- What is MPD volume (Software, Hardware, Disabled)?

I've added volume management to Bluetooth for the MPD volume disabled (0dB) case.

-TIm

Hi Tim,
- The audio device is an HiFiBerryAMP with
- HW Volume enabled.

So the in version 4.0 the volume was managed by MPD?

4.0 had no volume coordination between MPD and Bluetooth.
4.1 added volume management and "Resume after MPD" but not implemented for the 0dB case
4.2 covers the 0dB case and fixes a bug in volume mgt :-)

-Tim
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
Issue with Blutooth in 4.1 - by Dileas - 04-11-2018, 04:03 PM
RE: Issue with Blutooth in 4.1 - by Dileas - 04-11-2018, 05:38 PM
RE: Issue with Blutooth in 4.1 - by dbrgn - 04-16-2018, 04:46 PM
RE: Issue with Blutooth in 4.1 - by dbrgn - 04-16-2018, 04:54 PM
RE: Issue with Blutooth in 4.1 - by Tim Curtis - 04-16-2018, 05:54 PM
RE: Issue with Blutooth in 4.1 - by Tim Curtis - 04-16-2018, 08:09 PM
RE: Issue with Blutooth in 4.1 - by Tim Curtis - 04-16-2018, 08:48 PM
RE: Issue with Blutooth in 4.1 - by dbrgn - 04-16-2018, 08:13 PM
RE: Issue with Blutooth in 4.1 - by JST1963 - 04-16-2018, 10:52 PM
RE: Issue with Blutooth in 4.1 - by badbat75 - 04-24-2018, 12:11 AM
RE: Issue with Blutooth in 4.1 - by badbat75 - 04-24-2018, 01:57 PM
RE: Issue with Blutooth in 4.1 - by Tim Curtis - 04-24-2018, 01:19 AM
RE: Issue with Blutooth in 4.1 - by badbat75 - 04-24-2018, 10:43 AM
RE: Issue with Blutooth in 4.1 - by Tim Curtis - 04-24-2018, 03:33 PM
RE: Issue with Blutooth in 4.1 - by badbat75 - 04-24-2018, 07:58 PM
RE: Issue with Blutooth in 4.1 - by Tim Curtis - 04-24-2018, 03:46 PM
RE: Issue with Blutooth in 4.1 - by badbat75 - 04-24-2018, 07:56 PM
RE: Issue with Blutooth in 4.1 - by Tim Curtis - 04-24-2018, 08:34 PM
RE: Issue with Blutooth in 4.1 - by badbat75 - 04-24-2018, 08:47 PM
RE: Issue with Blutooth in 4.1 - by Tim Curtis - 04-24-2018, 09:15 PM
RE: Issue with Blutooth in 4.1 - by Tim Curtis - 04-25-2018, 11:46 AM
RE: Issue with Blutooth in 4.1 - by badbat75 - 04-25-2018, 09:33 PM
RE: Issue with Blutooth in 4.1 - by badbat75 - 05-01-2018, 12:27 PM
RE: Issue with Blutooth in 4.1 - by Tim Curtis - 05-01-2018, 04:50 PM
RE: Issue with Blutooth in 4.1 - by badbat75 - 05-01-2018, 05:01 PM
RE: Issue with Blutooth in 4.1 - by Tim Curtis - 05-02-2018, 12:00 AM
RE: Issue with Blutooth in 4.1 - by Koda59 - 05-01-2018, 12:49 PM
RE: Issue with Blutooth in 4.1 - by badbat75 - 05-01-2018, 04:45 PM
RE: Issue with Blutooth in 4.1 - by Mullet - 05-01-2018, 09:54 PM
RE: Issue with Blutooth in 4.1 - by Tim Curtis - 05-02-2018, 12:08 AM
RE: Issue with Blutooth in 4.1 - by Hugh Bond - 05-16-2018, 05:35 PM
RE: Issue with Blutooth in 4.1 - by Hugh Bond - 05-18-2018, 02:05 PM
RE: Issue with Blutooth in 4.1 - by Tim Curtis - 05-18-2018, 04:55 PM
RE: Issue with Blutooth in 4.1 - by Hugh Bond - 05-22-2018, 01:32 PM
RE: Issue with Blutooth in 4.1 - by Chrno - 06-06-2018, 08:01 PM
RE: Issue with Blutooth in 4.1 - by Tim Curtis - 06-06-2018, 08:30 PM
RE: Issue with Blutooth in 4.1 - by fedormil - 06-14-2018, 05:29 AM
RE: Issue with Blutooth in 4.1 - by Tim Curtis - 06-14-2018, 12:30 PM
RE: Issue with Blutooth in 4.1 - by fedormil - 06-14-2018, 03:20 PM
RE: Issue with Blutooth in 4.1 - by Hugh Bond - 06-14-2018, 07:19 PM
RE: Issue with Blutooth in 4.1 - by Chrno - 06-15-2018, 05:28 AM
RE: Issue with Blutooth in 4.1 - by kevski - 06-16-2018, 10:01 AM

Forum Jump: