0

I am writing an audio application using ALSA (via QAudioInput/Output) that opens two output streams simultaneously. Both ALSA streams use the pulseaudio ALSA plugin. That also works fine and I can assign them to different output devices in pavucontrol.

How can I set specific names (and/or other parameters) for those streams such that pulseaudio will remember the stream assignment to specific output devices?

Tilman Vogel
  • 9,337
  • 4
  • 33
  • 32

1 Answers1

0

The PulseAudio stream names are hardcoded as "ALSA Playback" in the plugin.

To use another then PA's default output device, you would have to create your own ALSA devices.

CL.
  • 173,858
  • 17
  • 217
  • 259