la, 2009-12-12 kello 15:58 -0500, Brian J. Murrell kirjoitti:
> I'd be surprised if pulse has not provided applications that use pulse
> directly the ability to do this kind of per-stream identification, but
> until all such applications can be written to take advantage to that, it
> would be nice/interesting in the meanwhile for pulse to provide multiple
> ALSA "devices" for applications that need/can use multiple devices.

Assuming you already know how to create the usual "pulse" alsa device,
adding more devices is easy. In .asoundrc, instead of writing just

pcm.pulse {
    type pulse
}

you can specify the sink or source too too:

pcm.speakers {
    type pulse
    device alsa_output.foobar42
}

HTH.

-- 
Tanu Kaskinen

_______________________________________________
pulseaudio-discuss mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss

Reply via email to