You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Real time conversion in a GUI doesn't work when I'm trying to use PulseAudio's null sinks as input or output devices. The only configuration that works for me is when both input and output devices are set to "default (ALSA)".
My OS is Arch Linux and I'm using pipewire.
To Reproduce
Have a Linux machine with pipewire installed
Create new null sink with pactl load-module module-null-sink media.class=Audio/Sink sink_name=VirtualAudioDevice1 channel_map=stereo rate=48000 format=s32le
Run svcg, select model and config files
Select "VirtualAudioDevice1" as output device
Click "(Re)Start Voice Changer"
Get one of the following errors: sounddevice.PortAudioError: Error opening Stream: Illegal combination of I/O [PaErrorCode -9993] sounddevice.PortAudioError: Error opening Stream: Invalid sample rate [PaErrorCode -9997]
Additional context
pactl info:
Server String: /run/user/1000/pulse/native
Library Protocol Version: 35
Server Protocol Version: 35
Is Local: yes
Client Index: 968
Tile Size: 65472
User Name: heather
Host Name: FA506IH
Server Name: PulseAudio (on PipeWire 0.3.78)
Server Version: 15.0.0
Default Sample Specification: float32le 2ch 48000Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.pci-0000_05_00.6.analog-stereo
Default Source: alsa_input.pci-0000_05_00.6.analog-stereo
Cookie: 5077:1ce5
Describe the bug
Real time conversion in a GUI doesn't work when I'm trying to use PulseAudio's null sinks as input or output devices. The only configuration that works for me is when both input and output devices are set to "default (ALSA)".
My OS is Arch Linux and I'm using pipewire.
To Reproduce
pactl load-module module-null-sink media.class=Audio/Sink sink_name=VirtualAudioDevice1 channel_map=stereo rate=48000 format=s32le
svcg
, select model and config filessounddevice.PortAudioError: Error opening Stream: Illegal combination of I/O [PaErrorCode -9993]
sounddevice.PortAudioError: Error opening Stream: Invalid sample rate [PaErrorCode -9997]
Additional context
pactl info:
pactl list short sinks:
Version
4.1.1
Platform
Arch Linux
Code of Conduct
No Duplicate
The text was updated successfully, but these errors were encountered: