Stereo Tool
https://forums.stereotool.com/

[HOWTO] Linux: Use Pipewire with Stereotool
https://forums.stereotool.com/viewtopic.php?f=2&t=31015
Page 1 of 1

Author:  skinkie [ Wed Sep 08, 2021 6:55 pm ]
Post subject:  [HOWTO] Linux: Use Pipewire with Stereotool

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

Author:  skinkie [ Wed Apr 13, 2022 12:48 pm ]
Post subject:  Re: [HOWTO] Linux: Use Pipewire with Stereotool

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!

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/