Re: Pulse error using module-loopback

2019-09-04 Thread deloptes
Aidan Gauland wrote:

> On 2/09/19 6:46 am, deloptes wrote:
>> Which debian and pulse audio version are you on?
> 
> pactl info spits out this:
> 
> Server String: /run/user/1000/pulse/native
> Library Protocol Version: 32
> Server Protocol Version: 32
> Is Local: yes
> Client Index: 245
> Tile Size: 65472
> User Name: aidan
> Host Name: aidalbox14
> Server Name: pulseaudio
> Server Version: 12.2
> Default Sample Specification: s16le 2ch 44100Hz
> Default Channel Map: front-left,front-right
> Default Sink: alsa_output.pci-_00_1b.0.analog-stereo
> Default Source: alsa_input.usb-046d_0825_51B4D860-02.analog-mono
> Cookie: 9226:7bfd
> 
> And I'm on Debian 10.0

So what about the loopback module and the guide from the link?

pactl list short sinks and use the value for the loopback.

If you have trouble start the PA server with -vvv for example as described
in https://fedoraproject.org/wiki/How_to_debug_PulseAudio_problems

Then kill the existing server, with the command pulseaudio -k. Now launch
pulseaudio -v from a console, and reproduce your problem. Provide the
whole set of messages from the console where you ran pulseaudio. 


Also have a look here https://endless.ersoft.org/pulseaudio-loopback/





Re: Pulse error using module-loopback

2019-09-01 Thread Aidan Gauland

On 2/09/19 6:46 am, deloptes wrote:

Which debian and pulse audio version are you on?


pactl info spits out this:

Server String: /run/user/1000/pulse/native
Library Protocol Version: 32
Server Protocol Version: 32
Is Local: yes
Client Index: 245
Tile Size: 65472
User Name: aidan
Host Name: aidalbox14
Server Name: pulseaudio
Server Version: 12.2
Default Sample Specification: s16le 2ch 44100Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.pci-_00_1b.0.analog-stereo
Default Source: alsa_input.usb-046d_0825_51B4D860-02.analog-mono
Cookie: 9226:7bfd

And I'm on Debian 10.0



Re: Pulse error using module-loopback

2019-09-01 Thread deloptes
Aidan Gauland wrote:

> I'm trying to follow a guide on setting up PulseAudio sinks for setup
> with Open Broadcast Studio
>
,
> but the "pactl load-module module-loopback" step fails with the error
> "Failure: Module initialization failed".  I have been unable to find any
> reports of this error elsewhere, and I don't know how to get Pulse to
> give more verbose output.  Can anyone more familiar with Pulse hackery
> offer any insight?

Which debian and pulse audio version are you on?

$ cat /etc/debian_version
9.9
$ pactl info
Server String: unix:/run/user/1000/pulse/native
Library Protocol Version: 32
Server Protocol Version: 32
Is Local: yes
Client Index: 55
Tile Size: 65472
User Name: xxx
Host Name: xxx
Server Name: pulseaudio
Server Version: 12.2
Default Sample Specification: s16le 2ch 44100Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.pci-_00_1b.0.analog-stereo
Default Source:
alsa_input.usb-Philips_CE_Philips_SPC_1000NC_Webcam-02.analog-mono
Cookie: 8627:670a


I've been hacking it in the past to solve some bluetooth issues and I know
there were issues before especially with the loopback module. However in
12.2 most must have been solved. I use the 12.2 with stretch and I saw that
12.x is default in buster. I think it was 12.5.

I did now

$ pactl load-module module-loopback
29
$ pactl list | grep loop
Name: module-loopback
Driver: module-loopback.c
Driver: module-loopback.c

so with 12.2 it works just fine. I recommend trying 12.2 on stretch or
buster.

regards




Pulse error using module-loopback

2019-08-31 Thread Aidan Gauland

Hi,

I'm trying to follow a guide on setting up PulseAudio sinks for setup 
with Open Broadcast Studio 
, 
but the "pactl load-module module-loopback" step fails with the error 
"Failure: Module initialization failed".  I have been unable to find any 
reports of this error elsewhere, and I don't know how to get Pulse to 
give more verbose output.  Can anyone more familiar with Pulse hackery 
offer any insight?


Regards,
Aidan Gauland