Re: [pulseaudio-discuss] [PATCH 2/2] loopback: Reset sink input rate when source or sink changes

2017-04-11 Thread Georg Chini
On 11.04.2017 21:43, Tanu Kaskinen wrote: On Mon, 2017-04-10 at 22:13 +0200, Georg Chini wrote: If source or sink are changed, the current sink input rate may be different from the default rate. Switch sink input rate back to default to avoid the influence of the previous combination of source a

Re: [pulseaudio-discuss] [PATCH 2/2] loopback: Reset sink input rate when source or sink changes

2017-04-11 Thread Tanu Kaskinen
On Mon, 2017-04-10 at 22:13 +0200, Georg Chini wrote: > If source or sink are changed, the current sink input rate may be different > from the default rate. Switch sink input rate back to default to avoid the > influence of the previous combination of source and sink. > --- > src/modules/module-lo

[pulseaudio-discuss] [PATCH 2/2] loopback: Reset sink input rate when source or sink changes

2017-04-10 Thread Georg Chini
If source or sink are changed, the current sink input rate may be different from the default rate. Switch sink input rate back to default to avoid the influence of the previous combination of source and sink. --- src/modules/module-loopback.c | 10 ++ 1 file changed, 10 insertions(+) diff

[pulseaudio-discuss] [PATCH 2/2] loopback: Reset sink input rate when source or sink changes

2017-04-07 Thread Georg Chini
If source or sink are changed, the current sink input rate may be different from the default rate. Switch sink input rate back to default to avoid the influence of the previous combination of source and sink. --- src/modules/module-loopback.c | 18 +++--- 1 file changed, 15 insertions(