Can't create more than one pulseaudio jack sink or source

What other apps and distros do you use to round out your studio?

Moderators: MattKingUSA, khz

Post Reply
bartok
Established Member
Posts: 23
Joined: Mon Oct 31, 2016 6:35 am

Can't create more than one pulseaudio jack sink or source

Post by bartok »

Hi.

I know, it's preferable to manage without of pulseaudio and stick to jack/alsa. However , I need to use a voice effect (voice distortion) that needs pulseaudio.

The problem is, I need more than one pulseaudio jack sink, however the system only lets me to create one. After that, when running

Code: Select all

foo@bar:~#/$ pactl load-module module-jack-sink client_name=newsink
it says

Code: Select all

 "Failure: module initialization failed"
. I am using mainly cadence to manage Jack2. Tried starting jack from qjackctl with the same result. Tried root, not root, same result.

This is on debian jeezy stable "upgraded" to kxstudio.

How may I unlock this?

Thanks in advance
User avatar
tenryu
Established Member
Posts: 31
Joined: Tue Dec 30, 2014 6:35 pm
Location: barjac (30430) France
Has thanked: 2 times

Re: Can't create more than one pulseaudio jack sink or source

Post by tenryu »

I definitely not a specialist of that question, but I don't know how it could be possible. With all the plugins available, are you sure that you can't use a more 'academic' way to do what you want ?
Even if you can't sing well, sing. Sing to yourself. Sing in the privacy of your home. But sing.
"Nachman of Breslov"
tramp
Established Member
Posts: 2347
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 466 times

Re: Can't create more than one pulseaudio jack sink or source

Post by tramp »

bartok wrote:I know, it's preferable to manage without of pulseaudio and stick to jack/alsa. However , I need to use a voice effect (voice distortion) that needs pulseaudio.

The problem is, I need more than one pulseaudio jack sink, however the system only lets me to create one. After that, when running

Code: Select all

foo@bar:~#/$ pactl load-module module-jack-sink client_name=newsink
You shouldn't load the module twice, but give the channel key when load the module:

Code: Select all

pacmd load-module module-jack-sink channels=2 
pacmd or pactl as you desire.
On the road again.
bartok
Established Member
Posts: 23
Joined: Mon Oct 31, 2016 6:35 am

Re: Can't create more than one pulseaudio jack sink or source

Post by bartok »

tramp wrote:
bartok wrote:I know, it's preferable to manage without of pulseaudio and stick to jack/alsa. However , I need to use a voice effect (voice distortion) that needs pulseaudio.

The problem is, I need more than one pulseaudio jack sink, however the system only lets me to create one. After that, when running

Code: Select all

foo@bar:~#/$ pactl load-module module-jack-sink client_name=newsink
You shouldn't load the module twice, but give the channel key when load the module:

Code: Select all

pacmd load-module module-jack-sink channels=2 
pacmd or pactl as you desire.
Thank you. It didn't work though. Same error with pactl. With pacmd got "daemon doesn't respond".

edit: learned that this was doable only in pulseaudio versions above 6.0. Upgraded and worked :)
Last edited by bartok on Fri Dec 02, 2016 9:32 am, edited 3 times in total.
bartok
Established Member
Posts: 23
Joined: Mon Oct 31, 2016 6:35 am

Re: Can't create more than one pulseaudio jack sink or source

Post by bartok »

tenryu wrote:I definitely not a specialist of that question, but I don't know how it could be possible. With all the plugins available, are you sure that you can't use a more 'academic' way to do what you want ?
What do you mean by "more academic"?

I need a a program or plugin that allows me to modify/distort voice on the fly and record that on ardour on a desktop record software, or live broadcast.

Do you know any plugin that can do specifically that?
User avatar
tenryu
Established Member
Posts: 31
Joined: Tue Dec 30, 2014 6:35 pm
Location: barjac (30430) France
Has thanked: 2 times

Re: Can't create more than one pulseaudio jack sink or source

Post by tenryu »

I said 'academic' (Sorry, the word is probably not acurate) because I don't think that mixing Jack and pulseaudio is a good thing.
There are plenty of plugins available with jack. I'd be suprised that you could'nt find something for you in that bag.

And you could also record in pulseaudio the track the way you want, and play it with jack after.

Anyway, for what you want, your way is always the best. :D
Even if you can't sing well, sing. Sing to yourself. Sing in the privacy of your home. But sing.
"Nachman of Breslov"
Post Reply