[pulseaudio-discuss] Connect Alsa Input from hw:1, 0 to null-sink thru loopback

2022-02-13 Thread corbeille
Hello, I would like to know if there is a possibility to create at startup (maybe in /etc/pulse/default.pa ?) a "connection" between Alsa input hw:1,0 and a null-sink thru a loopback ? To have something similar to : $ pacmd load-module module-null-sink sink_name=MySink $ pacmd load-module

Re: [pulseaudio-discuss] Dropped xxx samples. This is most likely because downstream can't keep up and is consuming samples too slowly.

2022-02-13 Thread corbeille
It seems to work beautiffuly, 35 minutes without problem ! Now, I would like to know if I can create this loopback automatically at startup with a relation between alsa hw:1,0 and a null sink. I create a new thread for this. Thank you Georg ! ++ Jack Le dimanche 13 février 2022 à 21:26 +0100,

Re: [pulseaudio-discuss] Dropped xxx samples. This is most likely because downstream can't keep up and is consuming samples too slowly.

2022-02-13 Thread Georg Chini
On 13.02.22 21:02, corbeille wrote: I will try to use the loopback module since it performs adaptive resampling between source and sink. If I understand what you write, I should use something like this : $ pacmd load-module module-null-sink sink_name=MySink $ pacmd load-module module-null-sink

Re: [pulseaudio-discuss] Dropped xxx samples. This is most likely because downstream can't keep up and is consuming samples too slowly.

2022-02-13 Thread corbeille
I will try to use the loopback module since it performs adaptive resampling between source and sink. If I understand what you write, I should use something like this : $ pacmd load-module module-null-sink sink_name=MySink $ pacmd load-module module-null-sink sink_name=MySink2 $ pacmd load-module

Re: [pulseaudio-discuss] Dropped xxx samples. This is most likely because downstream can't keep up and is consuming samples too slowly.

2022-02-13 Thread Georg Chini
On 13.02.22 17:09, corbeille wrote: Hey Georg, I have updated my to raspios since last time : Debian GNU/Linux 11 (bullseye). It comes with : - pulseaudio 14.2 - GStreamer 1.18.4 Is it also too old ? I was hoping to avoid installing pulseaudio from source. If so, I will give it a try... ++

Re: [pulseaudio-discuss] Dropped xxx samples. This is most likely because downstream can't keep up and is consuming samples too slowly.

2022-02-13 Thread Georg Chini
On 13.02.22 16:57, corbeille wrote: Hello, I did some additional tests. And it seems the problem occurs when I have a second null sink. With only one null sink, I don't have any problem. Weird. So here is an example of the configuration that causes the problem : 1st shell: $ pacmd load-module

Re: [pulseaudio-discuss] Dropped xxx samples. This is most likely because downstream can't keep up and is consuming samples too slowly.

2022-02-13 Thread corbeille
Hey Georg, I have updated my to raspios since last time : Debian GNU/Linux 11 (bullseye). It comes with : - pulseaudio 14.2 - GStreamer 1.18.4 Is it also too old ? I was hoping to avoid installing pulseaudio from source. If so, I will give it a try... ++ Jack Le dimanche 13 février 2022 à

Re: [pulseaudio-discuss] Dropped xxx samples. This is most likely because downstream can't keep up and is consuming samples too slowly.

2022-02-13 Thread corbeille
Hello, I did some additional tests. And it seems the problem occurs when I have a second null sink. With only one null sink, I don't have any problem. Weird. So here is an example of the configuration that causes the problem : 1st shell: $ pacmd load-module module-null-sink sink_name=MySink $