Re: mixerctl output master beyond 255?

2016-05-19 Thread Pau Amaro Seoane
yes, up to 222, but it does not help... only the mplayer "trick" does it

Cheers,
Pau

El 18 maig 2016, a les 10:06, Stuart Henderson  va 
escriure:
> On 2016-05-15, Pau Amaro-Seoane  wrote:
>> inputs.dac-0:1=222,222
>> inputs.dac-2:3=222,222
>> inputs.mix_dac-0:1=126,126
>> inputs.mix_dac-2:3=126,126
> 
> Does it let you raise any of these values?
> 
> ___
> Openbsd-newbies mailing list
> Openbsd-newbies@sfobug.theapt.org
> http://mailman.theapt.org/listinfo/openbsd-newbies
___
Openbsd-newbies mailing list
Openbsd-newbies@sfobug.theapt.org
http://mailman.theapt.org/listinfo/openbsd-newbies


Re: mixerctl output master beyond 255?

2016-05-17 Thread Pau Amaro Seoane
thanks!! yes, this fixes it... I wonder whether something similar exists for vlc

can you please explain the syntax?

El 17 maig 2016, a les 8:05, Marcus MERIGHI  va escriure:
> pau.amaro.seo...@gmail.com (Pau Amaro-Seoane), 2016.05.15 (Sun) 22:10 (CEST):
>> Is there a way to "boost" output master for values larger than 255?
>> I'm playing some movies and the sound is coming rather low. Is there a
>> way to boost it?
> 
> Some movies have low volume recording. With mplayer I use:
> 
> $ mplayer -af volnorm=1:0.5
> 
> make it permanent:
> 
> $ cat ~/.mplayer/config
> [default]
> af=volnorm=1:0.5
> 
> This way you increase noise volume, too, of course. 
> 
> Bye, Marcus
> 
>> This is my output:
>> 
>> $ mixerctl -av
>> 
>> inputs.dac-0:1_mute=off  [ off on ]
>> inputs.dac-0:1=222,222
>> inputs.dac-2:3_mute=off  [ off on ]
>> inputs.dac-2:3=222,222
>> inputs.beep=108
>> record.adc-0:1_source=mic3  [ sel sel2 mic3 mix ]
>> record.adc-0:1_mute=off  [ off on ]
>> record.adc-0:1=126,126
>> record.adc-2:3_source=sel2  [ sel sel2 mic3 mix ]
>> record.adc-2:3_mute=off  [ off on ]
>> record.adc-2:3=126,126
>> record.adc-4:5_source=sel2  [ sel sel2 mic3 mix ]
>> record.adc-4:5_mute=off  [ off on ]
>> record.adc-4:5=126,126
>> inputs.sel_source=mic2  [ mic mic2 ]
>> outputs.sel=252,252
>> inputs.sel2_source=mic2  [ mic mic2 ]
>> outputs.sel2=252,252
>> outputs.hp_source=dac-0:1  [ dac-0:1 dac-2:3 ]
>> outputs.hp_boost=on  [ off on ]
>> outputs.mic_dir=input-vr80  [ none input input-vr50 input-vr80 ]
>> outputs.mic2_source=dac-0:1  [ dac-0:1 dac-2:3 ]
>> outputs.mic2_dir=input-vr80  [ none output input input-vr50 input-vr80 ]
>> outputs.mic2_eapd=on  [ off on ]
>> outputs.hp2_source=dac-0:1  [ dac-0:1 dac-2:3 ]
>> outputs.spkr_source=dac-2:3  [ dac-0:1 dac-2:3 ]
>> inputs.mic3=126,126
>> inputs.mix_source=dac-0:1,dac-2:3  { dac-0:1 dac-2:3 }
>> inputs.mix_dac-0:1=126,126
>> inputs.mix_dac-2:3=126,126
>> outputs.hp_sense=unplugged  [ unplugged plugged ]
>> outputs.mic_sense=unplugged  [ unplugged plugged ]
>> outputs.mic2_sense=unplugged  [ unplugged plugged ]
>> outputs.hp2_sense=unplugged  [ unplugged plugged ]
>> outputs.spkr_muters=hp,mic2,hp2  { hp mic2 hp2 }
>> outputs.master=255,255
>> outputs.master.mute=off  [ off on ]
>> outputs.master.slaves=dac-0:1,dac-2:3  { dac-0:1 dac-2:3 beep sel sel2 }
>> record.volume=126,126
>> record.volume.mute=off  [ off on ]
>> record.volume.slaves=adc-0:1,adc-2:3,adc-4:5  { adc-0:1 adc-2:3 adc-4:5 mic3 
>> }
>> 
>> thanks!
>> 
>> Pau
>> PS: Why is anyway 255 the maximum and not 256?
>> $ mixerctl outputs.master=500
>> outputs.master: 255,255 -> 255,255
>> !DSPAM:5738d79f286911280279826!
___
Openbsd-newbies mailing list
Openbsd-newbies@sfobug.theapt.org
http://mailman.theapt.org/listinfo/openbsd-newbies


Re: mixerctl output master beyond 255?

2016-05-16 Thread Maurice McCarthy
On Sun, May 15, 2016 at 10:10:11PM +0200 or thereabouts, Pau Amaro-Seoane wrote:
> Hi!
> 
> Is there a way to "boost" output master for values larger than 255?
> 
> I'm playing some movies and the sound is coming rather low. Is there a
> way to boost it?
> 
> This is my output:
> 
> $ mixerctl -av
> 

> outputs.master=255,255
> outputs.master.mute=off  [ off on ]

> 
> Pau
> PS: Why is anyway 255 the maximum and not 256?
> $ mixerctl outputs.master=500
> outputs.master: 255,255 -> 255,255

In short no, it is not possible. Is there something on your hardware turned
down? Like a thumb wheel control on a laptop? 

The count from 0 to 255 is 256 numbers. It is zero-based.

Good Luck
Moss

___
Openbsd-newbies mailing list
Openbsd-newbies@sfobug.theapt.org
http://mailman.theapt.org/listinfo/openbsd-newbies


mixerctl output master beyond 255?

2016-05-15 Thread Pau Amaro-Seoane
Hi!

Is there a way to "boost" output master for values larger than 255?

I'm playing some movies and the sound is coming rather low. Is there a
way to boost it?

This is my output:

$ mixerctl -av

inputs.dac-0:1_mute=off  [ off on ]
inputs.dac-0:1=222,222
inputs.dac-2:3_mute=off  [ off on ]
inputs.dac-2:3=222,222
inputs.beep=108
record.adc-0:1_source=mic3  [ sel sel2 mic3 mix ]
record.adc-0:1_mute=off  [ off on ]
record.adc-0:1=126,126
record.adc-2:3_source=sel2  [ sel sel2 mic3 mix ]
record.adc-2:3_mute=off  [ off on ]
record.adc-2:3=126,126
record.adc-4:5_source=sel2  [ sel sel2 mic3 mix ]
record.adc-4:5_mute=off  [ off on ]
record.adc-4:5=126,126
inputs.sel_source=mic2  [ mic mic2 ]
outputs.sel=252,252
inputs.sel2_source=mic2  [ mic mic2 ]
outputs.sel2=252,252
outputs.hp_source=dac-0:1  [ dac-0:1 dac-2:3 ]
outputs.hp_boost=on  [ off on ]
outputs.mic_dir=input-vr80  [ none input input-vr50 input-vr80 ]
outputs.mic2_source=dac-0:1  [ dac-0:1 dac-2:3 ]
outputs.mic2_dir=input-vr80  [ none output input input-vr50 input-vr80 ]
outputs.mic2_eapd=on  [ off on ]
outputs.hp2_source=dac-0:1  [ dac-0:1 dac-2:3 ]
outputs.spkr_source=dac-2:3  [ dac-0:1 dac-2:3 ]
inputs.mic3=126,126
inputs.mix_source=dac-0:1,dac-2:3  { dac-0:1 dac-2:3 }
inputs.mix_dac-0:1=126,126
inputs.mix_dac-2:3=126,126
outputs.hp_sense=unplugged  [ unplugged plugged ]
outputs.mic_sense=unplugged  [ unplugged plugged ]
outputs.mic2_sense=unplugged  [ unplugged plugged ]
outputs.hp2_sense=unplugged  [ unplugged plugged ]
outputs.spkr_muters=hp,mic2,hp2  { hp mic2 hp2 }
outputs.master=255,255
outputs.master.mute=off  [ off on ]
outputs.master.slaves=dac-0:1,dac-2:3  { dac-0:1 dac-2:3 beep sel sel2 }
record.volume=126,126
record.volume.mute=off  [ off on ]
record.volume.slaves=adc-0:1,adc-2:3,adc-4:5  { adc-0:1 adc-2:3 adc-4:5 mic3 }

thanks!

Pau
PS: Why is anyway 255 the maximum and not 256?
$ mixerctl outputs.master=500
outputs.master: 255,255 -> 255,255
___
Openbsd-newbies mailing list
Openbsd-newbies@sfobug.theapt.org
http://mailman.theapt.org/listinfo/openbsd-newbies