[pulseaudio-discuss] pulseaudio-discuss Digest, Vol 71, Issue 30

Smurf En Drek smurfendrek123 at gmail.com
Wed Mar 15 20:36:17 UTC 2017


Hello, i pasted your fixed version at the end of my /etc/pulse/default.pa
and changed the alsa_output.pci-0000_01_00.1.hdmi-stereo to what i got
from pacmd list-sinks | grep -e "name:" -e "index". And I have no audio
now, is there anything else i need to do for this to work? I'm on fedora if
that helps.

On Wed, Mar 15, 2017 at 1:00 PM, <
pulseaudio-discuss-request at lists.freedesktop.org> wrote:

> Send pulseaudio-discuss mailing list submissions to
>         pulseaudio-discuss at lists.freedesktop.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
> or, via email, send a message with subject or body 'help' to
>         pulseaudio-discuss-request at lists.freedesktop.org
>
> You can reach the person managing the list at
>         pulseaudio-discuss-owner at lists.freedesktop.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of pulseaudio-discuss digest..."
>
>
> Today's Topics:
>
>    1. Re: [PATCH v4] bluez5-util: Disconnect AG devices when ofono
>       is started and headset=auto (Tanu Kaskinen)
>    2. Dynamic range compression (Smurf En Drek)
>    3. Re: [PATCH v4] bluez5-util: Disconnect AG devices when ofono
>       is started and headset=auto (Georg Chini)
>    4. Re: Dynamic range compression (Daniel)
>    5. Re: Dynamic range compression (Daniel)
>    6. module-alsa-sink device (Tadej Panjtar)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 15 Mar 2017 00:35:04 +0200
> From: Tanu Kaskinen <tanuk at iki.fi>
> To: pulseaudio-discuss at lists.freedesktop.org
> Subject: Re: [pulseaudio-discuss] [PATCH v4] bluez5-util: Disconnect
>         AG devices when ofono is started and headset=auto
> Message-ID: <1489530904.2838.0.camel at iki.fi>
> Content-Type: text/plain; charset="UTF-8"
>
> On Tue, 2017-03-14 at 07:34 +0100, Georg Chini wrote:
> > With headset=auto it is possible that AG devices are connected and
> handled
> > via the native backend when ofono is started. Because the HS role will
> then
> > be disabled in the native backend, AG devices must be disconnected and
> any
> > future connections will be handled by ofono.
> > ---
> >  src/modules/bluetooth/bluez5-util.c | 18 ++++++++++++++++++
> >  1 file changed, 18 insertions(+)
>
> Looks good to me.
>
> --
> Tanu
>
> https://www.patreon.com/tanuk
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 15 Mar 2017 01:35:40 +0100
> From: Smurf En Drek <smurfendrek123 at gmail.com>
> To: pulseaudio-discuss at lists.freedesktop.org
> Subject: [pulseaudio-discuss] Dynamic range compression
> Message-ID:
>         <CAJCatKhBc+zEFfAMAv-MV6V9FX8xVR_Aku=FZpcrDXGmKN13Q
> w at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> What is the best way to get system wide audio dynamic range compression? I
> have seen some very complicated solutions to this seemingly simple problem.
> What currently is the best way of doing this?
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://lists.freedesktop.org/archives/pulseaudio-
> discuss/attachments/20170315/7236cca2/attachment-0001.html>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 15 Mar 2017 07:04:16 +0100
> From: Georg Chini <georg at chini.tk>
> To: General PulseAudio Discussion
>         <pulseaudio-discuss at lists.freedesktop.org>
> Subject: Re: [pulseaudio-discuss] [PATCH v4] bluez5-util: Disconnect
>         AG devices when ofono is started and headset=auto
> Message-ID: <dfd40261-e3ef-cd36-b4b2-ae1cc603e321 at chini.tk>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> On 14.03.2017 23:35, Tanu Kaskinen wrote:
> > On Tue, 2017-03-14 at 07:34 +0100, Georg Chini wrote:
> >> With headset=auto it is possible that AG devices are connected and
> handled
> >> via the native backend when ofono is started. Because the HS role will
> then
> >> be disabled in the native backend, AG devices must be disconnected and
> any
> >> future connections will be handled by ofono.
> >> ---
> >>   src/modules/bluetooth/bluez5-util.c | 18 ++++++++++++++++++
> >>   1 file changed, 18 insertions(+)
> > Looks good to me.
> >
> Thanks, pushed.
>
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 15 Mar 2017 07:44:15 +0100
> From: Daniel <windseeker at gmx.de>
> To: General PulseAudio Discussion
>         <pulseaudio-discuss at lists.freedesktop.org>
> Subject: Re: [pulseaudio-discuss] Dynamic range compression
> Message-ID:
>         <CAJd=37nYXBcqbzqMC6p7jyCCTC5NBpJrWiXW2VrZSF4YMqCb7A at mail.
> gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> I have this in my /etc/pulse/default.pa
>
> load-module module-ladspa-sink sink_name=ladspa_compressor
> master=alsa_output.pci-0000_01_00.1.hdmi-stereo plugin=dyson_compress_1403
> label=dysonCompress control=0,1,0.5,0.99
> load-module module-ladspa-sink sink_name=ladspa_limiter master=ladspa_sink
> plugin=fast_lookahead_limiter_1913 label=fastLookaheadLimiter
> control=10,0,0.8
> set-default-sink ladspa_limiter
>
> You need to replace "master=alsa_output.pci-0000_01_00.1.hdmi-stereo" with
> your preferred hardware sink.
>
> Drawback: If this hardware sink is going away, e.g. because you change
> profiles, unplug the monitor that provides this profile, switching the
> soundcards' profile to off, etc.pp., then pulseaudio just hard crashes
> right away and refuses to restart until this profile comes back again or
> you comment out these lines in default.pa.
>
> Regards,
> Daniel
>
> 2017-03-15 1:35 GMT+01:00 Smurf En Drek <smurfendrek123 at gmail.com>:
>
> > What is the best way to get system wide audio dynamic range compression?
> I
> > have seen some very complicated solutions to this seemingly simple
> problem.
> > What currently is the best way of doing this?
> >
> > _______________________________________________
> > pulseaudio-discuss mailing list
> > pulseaudio-discuss at lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://lists.freedesktop.org/archives/pulseaudio-
> discuss/attachments/20170315/d4e7dc61/attachment-0001.html>
>
> ------------------------------
>
> Message: 5
> Date: Wed, 15 Mar 2017 07:51:28 +0100
> From: Daniel <windseeker at gmx.de>
> To: General PulseAudio Discussion
>         <pulseaudio-discuss at lists.freedesktop.org>
> Subject: Re: [pulseaudio-discuss] Dynamic range compression
> Message-ID:
>         <CAJd=37m8xK24Cic3-pY0mUOGifpPEBPeGGkJKhz3K0LmR2P
> 1GQ at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hmmm while wrote this mail I changed some sink names to a more sane name,
> but failed to do correctly. The master sink for the limiter is not correct.
>
> Here the working version:
>
> load-module module-ladspa-sink sink_name=ladspa_compressor
> master=alsa_output.pci-0000_01_00.1.hdmi-stereo plugin=dyson_compress_1403
> label=dysonCompress control=0,1,0.5,0.99
> load-module module-ladspa-sink sink_name=ladspa_limiter
> master=ladspa_compressor plugin=fast_lookahead_limiter_1913
> label=fastLookaheadLimiter control=10,0,0.8
> set-default-sink ladspa_limiter
>
>
>
> 2017-03-15 7:44 GMT+01:00 Daniel <windseeker at gmx.de>:
>
> > I have this in my /etc/pulse/default.pa
> >
> > load-module module-ladspa-sink sink_name=ladspa_compressor
> > master=alsa_output.pci-0000_01_00.1.hdmi-stereo
> > plugin=dyson_compress_1403 label=dysonCompress control=0,1,0.5,0.99
> > load-module module-ladspa-sink sink_name=ladspa_limiter
> master=ladspa_sink
> > plugin=fast_lookahead_limiter_1913 label=fastLookaheadLimiter
> > control=10,0,0.8
> > set-default-sink ladspa_limiter
> >
> > You need to replace "master=alsa_output.pci-0000_01_00.1.hdmi-stereo"
> > with your preferred hardware sink.
> >
> > Drawback: If this hardware sink is going away, e.g. because you change
> > profiles, unplug the monitor that provides this profile, switching the
> > soundcards' profile to off, etc.pp., then pulseaudio just hard crashes
> > right away and refuses to restart until this profile comes back again or
> > you comment out these lines in default.pa.
> >
> > Regards,
> > Daniel
> >
> > 2017-03-15 1:35 GMT+01:00 Smurf En Drek <smurfendrek123 at gmail.com>:
> >
> >> What is the best way to get system wide audio dynamic range compression?
> >> I have seen some very complicated solutions to this seemingly simple
> >> problem. What currently is the best way of doing this?
> >>
> >> _______________________________________________
> >> pulseaudio-discuss mailing list
> >> pulseaudio-discuss at lists.freedesktop.org
> >> https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
> >>
> >>
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://lists.freedesktop.org/archives/pulseaudio-
> discuss/attachments/20170315/6b6aadb5/attachment-0001.html>
>
> ------------------------------
>
> Message: 6
> Date: Wed, 15 Mar 2017 07:57:07 +0100
> From: Tadej Panjtar <tadej.panjtar at gmail.com>
> To: pulseaudio-discuss at lists.freedesktop.org
> Subject: [pulseaudio-discuss] module-alsa-sink device
> Message-ID:
>         <CAF315RWfkdZ0EQ596_iiQ_Vg7dW1WW-X0Nu4iTRgY0BoyzfNeA@
> mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi!
>
> I Migrated from pulseaudio version 4.0 to 8.0 and the following command
> does not work anymore:
> load-module module-alsa-sink device="hw:2,7" sink_name=seat1
>
> E: [pulseaudio] module.c: Failed to load module "module-alsa-sink"
> (argument: "device="hw:2,7" sink_name=seat1"): initialization failed.
> E: [pulseaudio] main.c: Module load failed.
>
> What is wrong?
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://lists.freedesktop.org/archives/pulseaudio-
> discuss/attachments/20170315/63e8ee50/attachment-0001.html>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> pulseaudio-discuss mailing list
> pulseaudio-discuss at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
>
>
> ------------------------------
>
> End of pulseaudio-discuss Digest, Vol 71, Issue 30
> **************************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-discuss/attachments/20170315/1650eee2/attachment-0001.html>


More information about the pulseaudio-discuss mailing list