Re: [pulseaudio-discuss] [announce] Rust bindings!

2018-06-12 Thread Tanu Kaskinen
On Mon, 2018-05-28 at 19:37 +0100, jnq...@gmail.com wrote: > Hi everyone! > > Back in February I released 'binding' and 'sys' crates for using > pulseaudio from Rust code. I had intended to make an announcement here > at the time, but I failed to do so, so I'm doing it now. > > fyi, the 'sys'

Re: [pulseaudio-discuss] [patches] constification 2/2

2018-06-12 Thread Tanu Kaskinen
On Mon, 2018-05-28 at 01:49 +0100, jnq...@gmail.com wrote: > Constification patch set ** 2 of 2 ** > > Collection of 15 patches constifying pointers in various parts of the > API. > > This collection of patches have no interdependencies, they can be > applied in any order. They do *not* depend

Re: [pulseaudio-discuss] Error using with Echo Cancellation Module with VoIP

2018-06-12 Thread Tomaž Šolc
Hi Paul, On 11. 06. 2018 16:43, Dferop Aero wrote: I have always the same error when i use the Echo Cancellation Module. I'm seeing these kinds of errors constantly with module-echo-cancel (also running on ARM): module-echo-cancel.c: Doing resync module-echo-cancel.c: Playback too far ahead

Re: [pulseaudio-discuss] Problem to receive RTP stream from ffmpeg

2018-06-12 Thread Antoine Vacher
Hello, Any idea? I am still not figuring out what's wrong in my setup. Thanks, Antoine - Mail original - De: "Antoine Vacher" À: "pulseaudio-discuss" Envoyé: Mercredi 6 Juin 2018 20:41:10 Objet: [pulseaudio-discuss] Problem to receive RTP stream from ffmpeg Hello, I struggle to

Re: [pulseaudio-discuss] Problem to receive RTP stream from ffmpeg

2018-06-12 Thread Russell Treleaven
Is ffplay sending sap advertisements? On Tue, Jun 12, 2018, 11:12 AM Antoine Vacher wrote: > Hello, > > Any idea? I am still not figuring out what's wrong in my setup. > > Thanks, > > Antoine > > - Mail original - > De: "Antoine Vacher" > À: "pulseaudio-discuss" > Envoyé: Mercredi 6

Re: [pulseaudio-discuss] PulseAudio Crash GDB log

2018-06-12 Thread Sathish Narasimman
Hi, I am trying to establish SCO connection between 2 latops. Handsfree profile Laptop 1 - Hanndsfree AG Laptop 2 Handsfree only In Lap 1 I am getting this error when trying to pair and connect. During connection time the PA crashes. NOTE: using ofono backend Thanks, Sathish N On Tue, Jun

Re: [pulseaudio-discuss] PulseAudio Crash GDB log

2018-06-12 Thread Georg Chini
On 12.06.2018 19:31, Sathish Narasimman wrote: Hi, May I please, know what is wrong in the log Program received signal SIGSEGV, Segmentation fault. 0x71469664 in loopback_process_msg_cb (o=0x87428, code=1, userdata=0x0,     offset=0, chunk=0x0) at modules/module-loopback.c:1161 1161           

[pulseaudio-discuss] PulseAudio Crash GDB log

2018-06-12 Thread Sathish Narasimman
Hi, May I please, know what is wrong in the log Program received signal SIGSEGV, Segmentation fault. 0x71469664 in loopback_process_msg_cb (o=0x87428, code=1, userdata=0x0, offset=0, chunk=0x0) at modules/module-loopback.c:1161 1161current_latency =

Re: [pulseaudio-discuss] [announce] Rust bindings!

2018-06-12 Thread jnqnfe
On Tue, 2018-06-12 at 11:22 +0300, Tanu Kaskinen wrote: > On Mon, 2018-05-28 at 19:37 +0100, jnq...@gmail.com wrote: > > Hi everyone! > > > > Back in February I released 'binding' and 'sys' crates for using > > pulseaudio from Rust code. I had intended to make an announcement > > here > > at the

Re: [pulseaudio-discuss] [PATCH] cli-command: Report error in pa_play_file.

2018-06-12 Thread Tanu Kaskinen
On Tue, 2018-05-29 at 09:22 +0200, Tomaz Solc wrote: > Current code does not check whether pa_play_file call failed. Hence no error > is > reported in the cli interface if playback failed because e.g. file isn't > readable by the daemon. > --- > src/pulsecore/cli-command.c | 7 ++- > 1 file

Re: [pulseaudio-discuss] [PATCH] alsa-mixer: Don't move LFE in 2.1 and 4.1 modes on SB Omni Surround 5.1

2018-06-12 Thread Tanu Kaskinen
On Fri, 2018-06-01 at 13:38 +0300, Nazar Mokrynskyi wrote: > A bit hacky approach, but it allows to preserve LFE output position > even in reduced output modes 2.1 and 4.1. > > Signed-off-by: Nazar Mokrynskyi > --- > src/modules/alsa/mixer/profile-sets/sb-omni-surround-5.1.conf | 4 ++-- > 1