All times are UTC+01:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Wed Sep 08, 2021 6:55 pm 

Joined: Thu Jan 28, 2021 6:50 pm
Posts: 6
Pipewire is a replacement for both Jack as Pulseaudio. Because it is ABI compatible with JACK2 the Jack version of Stereotool has issues. This causes the inability to connect to the substitute jack server for Pipewire, and worse: crashing stereotool for eating up all real time resources.

We will first introduce a source/sink pair.
Code:
pactl load-module module-null-sink media.class=Audio/Duplex sink_name=my-tunnel audio.position=FL,FR,RL,RR
Download the ALSA version of PulseAudio. For Input use pipewire (ALSA). For Output use pipewire (ALSA).

Now we connect stereotool.
Code:
pw-link "my-tunnel:capture_FL" "PipeWire ALSA [stereo_tool_gui_64]:input_FL"
pw-link "my-tunnel:capture_FR" "PipeWire ALSA [stereo_tool_gui_64]:input_FR"
Now you can play a sound via the tunnel via:
Code:
mpv --audio-device=pulse/my-tunnel 03.\ Taylor\ Swift\ -\ Style.flac


Top
   
PostPosted: Wed Apr 13, 2022 12:48 pm 

Joined: Thu Jan 28, 2021 6:50 pm
Posts: 6
Stereotool jack works now with pipewire without most of the fuzz above :) It is obviously in your own interest to route the audio to the right channels in a stable fashion. Thanks Hans!


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 2 posts ] 

All times are UTC+01:00


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited