[pulseaudio-discuss] [PATCH] Add configurable RTP stream name

2018-06-28 Thread Ing. Jaroslav Safka
Path add configuration option 'stream_name' for stream/session name So user will see it on receiver side as RTP Strean ($stream_name) ex: load-module module-rtp-send source=rtp.monitor stream_name=MyServerMedia --- src/modules/rtp/module-rtp-send.c | 17 + 1 file changed, 13

Re: [pulseaudio-discuss] jack module cannot use real-time scheduling errors

2018-06-28 Thread dag dg
On Thu, Jun 28, 2018 at 11:25 AM, dag dg wrote: > On Wed, Jun 27, 2018 at 2:19 AM, Tanu Kaskinen wrote: >> On Thu, 2018-06-21 at 09:58 -0500, dag dg wrote: >>> I use pulse with jack via jackdbus. I've been trying to narrow down >>> the cause of a series of errors I've been seeing in my

[pulseaudio-discuss] [PATCH 1/3] alsa-util/sink/source: Add infrastructure for supported sample formats

2018-06-28 Thread Sangchul Lee
There has been a function to get supported sample rates from alsa and an array for it in userdata of each module-alsa-sink/source. Similarly, this patch adds a function to get supported sample formats(bit depth) from alsa and an array for it to each userdata of the modules. Signed-off-by:

[pulseaudio-discuss] [PATCH 0/3] Consider sample format in case of avoid-resampling

2018-06-28 Thread Sangchul Lee
These patches make it possible to use a stream's original sample format without resampling when the avoid-resampling option is set to a sink or a source if the sample format is supported by alsa driver. In the first patch, it is added to check supported sample formats of a sink or source in a

[pulseaudio-discuss] [PATCH 3/3] alsa-sink/source, sink, source: Consider sample format for avoid-resampling

2018-06-28 Thread Sangchul Lee
Sample format(e.g. 16 bit, 24 bit) was not considered even if the avoid-resampling option is set. This patch checks both sample format and rate of a stream to determine whether to avoid resampling in case of the option is set. In other word, it is possble to use the stream's original sample format

Re: [pulseaudio-discuss] [PATCH] card: Log availability status when choosing initial profile

2018-06-28 Thread João Paulo Rechi Vita
On Wed, Jun 27, 2018 at 3:01 PM, João Paulo Rechi Vita wrote: > --- > src/pulsecore/card.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/src/pulsecore/card.c b/src/pulsecore/card.c > index 0112cffb1..4ead3a606 100644 > --- a/src/pulsecore/card.c > +++ b/src/pulsecore/card.c > @@

[pulseaudio-discuss] [PATCH] i18n: Update the Korean translation

2018-06-28 Thread Sangchul Lee
Translate argument of module-filter-apply and fix words which are not in common usage. Signed-off-by: Sangchul Lee --- po/ko.po | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/po/ko.po b/po/ko.po index b3765d6..bad4276 100644 --- a/po/ko.po +++ b/po/ko.po

Re: [pulseaudio-discuss] question: is the mainloop api vtable mutable?

2018-06-28 Thread jnqnfe
On Mon, 2018-06-25 at 18:57 +0300, Tanu Kaskinen wrote: > On Sat, 2018-06-16 at 20:01 +0100, jnq...@gmail.com wrote: > > Is it intended that the mainloop API vtable be mutable, allowing > > users > > to hijack it with their own (proxy) methods, or should it and the > > 'get_api' functions really

Re: [pulseaudio-discuss] [patches] constification round #3

2018-06-28 Thread jnqnfe
On Tue, 2018-06-26 at 12:15 +0300, Tanu Kaskinen wrote: > On Tue, 2018-06-19 at 17:39 +0100, jnq...@gmail.com wrote: > > On Mon, 2018-06-18 at 10:47 +0300, Tanu Kaskinen wrote: > > > Your patches are based on the view that setting the error code > > > isn't > > > considered mutating the context

Re: [pulseaudio-discuss] jack module cannot use real-time scheduling errors

2018-06-28 Thread dag dg
On Wed, Jun 27, 2018 at 2:19 AM, Tanu Kaskinen wrote: > On Thu, 2018-06-21 at 09:58 -0500, dag dg wrote: >> I use pulse with jack via jackdbus. I've been trying to narrow down >> the cause of a series of errors I've been seeing in my pulseaudio logs >> for some time: >> >> Jun 21 08:43:46

[pulseaudio-discuss] [PATCH] Add configurable RTP stream name

2018-06-28 Thread Ing. Jaroslav Safka
Path add configuration option 'stream_name' for stream/session name So user will see it on receiver side as RTP Strean ($stream_name) ex: load-module module-rtp-send source=rtp.monitor stream_name=MyServerMedia --- src/modules/rtp/module-rtp-send.c | 17 + 1 file changed, 13

[pulseaudio-discuss] [PATCH] bluetooth: Free backends before devices and adapters.

2018-06-28 Thread Juho Hämäläinen
When bluetooth daemon disappears gracefully transports are freed before the daemon disappears from DBus bus. However if bluetooth daemon segfaults or is killed abruptly the daemon disappears from the bus before PulseAudio is able to clean the transports. As the devices and adapters are freed

Re: [pulseaudio-discuss] Sound input problem on chtrt5645 device

2018-06-28 Thread Tanu Kaskinen
On Wed, 2018-06-27 at 10:10 -0300, Gustavo Duarte wrote: > On Fri, 2018-06-15 at 12:56 -0300, Gustavo Duarte wrote: > >* Hi all, > *> >* The input sound isn't working. No sound is detected. > *> >* Environment: > *> >* Laptop brand: JP Couto model EF20EA > *> >* Distributor ID: Ubuntu > *>*

Re: [pulseaudio-discuss] [PATCH] bluetooth: backend-ofono: Demote registration failure to info

2018-06-28 Thread Tanu Kaskinen
On Tue, 2018-06-26 at 15:26 -0700, João Paulo Rechi Vita wrote: > Now that both backend-native and backend-ofono can coexist and > backend-ofono is always loaded, even on systems without oFono, failing > to register with org.ofono is not necessarily an error. > > This lowers the failure message

Re: [pulseaudio-discuss] Set volume according to background noice with setting the highest limit

2018-06-28 Thread Andrej Šimko
Yes I am looking for something like that. I tought that there will be some module like echocancel for doing this, but as I see till nothing :) OK I will try this: https://unix.stackexchange.com/questions/379819/how-do-i-automatically-adjust-volume-according-to-the-sound-around-me Thank you for