Re: [pulseaudio-discuss] [PATCH] loopback: Do not skip audio at startup

2017-03-30 Thread Georg Chini
On 30.03.2017 18:56, Tanu Kaskinen wrote: On Wed, 2017-03-29 at 07:27 +0200, Georg Chini wrote: The code is now waiting for source and sink to start up, so the skip logic is not necessary anymore. --- src/modules/module-loopback.c | 37 ++--- 1 file changed, 2

Re: [pulseaudio-discuss] pulseaudio dies randomly when not in 2.0 output

2017-03-30 Thread John Nunnington
the process is killed. julie@silverstone:~$ LANG=C pulseaudio - --log-time=1 > ~/pulseverbose.log>&1 Killed julie@silverstone:~$ tail -f pulseverbose.log ( 0.004| 0.000) I: [pulseaudio] main.c: System supports high resolution timers ( 0.004| 0.000) D: [pulseaudio] memblock.c: Using

Re: [pulseaudio-discuss] Problem setting up a service that uses audio

2017-03-30 Thread Toby Haynes
If you are running a systemd service that needs pulseaudio up and running, then you need to do two things: set up pulseaudio as a systemd service declare a dependency on your pulseaudio systemd service At least some of the documentation for this can be found at :

Re: [pulseaudio-discuss] [alsa-devel] pulseaudio fails to start with kernel 4.11, caused by new snd_hdmi_lpe_audio module)

2017-03-30 Thread Takashi Iwai
On Thu, 30 Mar 2017 18:06:47 +0200, Tanu Kaskinen wrote: > > On Wed, 2017-03-29 at 16:51 +0200, Takashi Iwai wrote: > > On Wed, 29 Mar 2017 16:40:28 +0200, > > Tanu Kaskinen wrote: > > > > > > On Wed, 2017-03-29 at 15:26 +0200, Takashi Iwai wrote: > > > > On Wed, 29 Mar 2017 15:14:19 +0200, > >

Re: [pulseaudio-discuss] pulseaudio dies randomly when not in 2.0 output

2017-03-30 Thread Tanu Kaskinen
On Wed, 2017-03-29 at 10:32 +1300, John Nunnington wrote: > I'm running Ubuntu 16.10 and 16.04, and I get repeatable failures in > Spotify that are caused by the pulseaudio daemon dying. > > I don't get this issue when my sound is configured in analog-stereo through > the sound card, or when

Re: [pulseaudio-discuss] [PATCH] loopback: Do not skip audio at startup

2017-03-30 Thread Tanu Kaskinen
On Wed, 2017-03-29 at 07:27 +0200, Georg Chini wrote: > The code is now waiting for source and sink to start up, so the skip > logic is not necessary anymore. > --- > src/modules/module-loopback.c | 37 ++--- > 1 file changed, 2 insertions(+), 35 deletions(-)

Re: [pulseaudio-discuss] [PATCH v4 0/2] A couple of minor RAOP fixes

2017-03-30 Thread Tanu Kaskinen
On Wed, 2017-03-29 at 21:08 +0200, Georg Chini wrote: > On 07.11.2016 16:12, Tanu Kaskinen wrote: > > Tanu Kaskinen (2): > >raop: add error handling to rsa_encrypt() > >raop: fix typo: modules -> modulus > > > > src/modules/raop/raop_client.c | 66 > >