|
2013-12-27
, 11:28
|
Posts: 131 |
Thanked: 241 times |
Joined on Feb 2012
|
#2
|
|
2013-12-27
, 12:50
|
|
Posts: 266 |
Thanked: 979 times |
Joined on Jan 2010
@ London
|
#3
|
Does anyone know where in the Sailfish filesystem I may be able to tweak the maximum volume? (I understand the risk with regards to frying the audio pipeline).
pactl list | grep bluez_sink
pactl set-sink-volume bluez_sink.00_00_00_00_00_00 2.0
The Following User Says Thank You to Elleo For This Useful Post: | ||
|
2013-12-27
, 12:53
|
Posts: 6 |
Thanked: 2 times |
Joined on Dec 2013
|
#4
|
You can scale the audio level up using pactl, first you'll need to work out the sink (audio destination) name for your bluetooth device.
|
2013-12-27
, 12:56
|
|
Posts: 266 |
Thanked: 979 times |
Joined on Jan 2010
@ London
|
#5
|
|
2013-12-27
, 13:03
|
Posts: 6 |
Thanked: 2 times |
Joined on Dec 2013
|
#6
|
In that case you might have to use sink.primary; this does handle the output to the 3.5mm socket as well as the main speaker, I'm not sure if there's an individual sink that only goes to the headphones (if there is that'd be a better option). If you do go down this route I'd recommend being careful, and being very aware that any damage will be outside warranty .
pactl set-sink-volume sink.primary 1.5
|
2013-12-27
, 13:25
|
Posts: 113 |
Thanked: 303 times |
Joined on Dec 2013
@ Germany
|
#7
|
SectionDevice Name "Headphones" Comment "Headset Rx device" EnableSequence 'SLIM_0_RX Channels':0:Two 'RX2 MIX1 INP1':0:RX1 'RX3 MIX1 INP1':0:RX2 'DAC4 MUX':0:ON 'HPHL Volume':1:93 <-- default value is 50 here 'HPHR Volume':1:93 <-- default value is 50 here 'RX2 Digital Volume':1:68 'RX3 Digital Volume':1:68 EndSequence DisableSequence 'RX2 MIX1 INP1':0:ZERO 'RX3 MIX1 INP1':0:ZERO 'DAC4 MUX':0:ZERO 'HPHL Volume':1:0 'HPHR Volume':1:0 EndSequence
I use a pair of these with my Jolla.
While these are wonderful IEMs, they have high resistance and my Jolla won't drive them very well.
Does anyone know where in the Sailfish filesystem I may be able to tweak the maximum volume? (I understand the risk with regards to frying the audio pipeline).
Thanks!
Tom
Last edited by TomMettam; 2013-12-27 at 11:07.