spatialaudio / python-sounddevice

:sound: Play and Record Sound with Python :snake:
https://python-sounddevice.readthedocs.io/
MIT License
980 stars 145 forks source link

Ability to assign stream names #474

Open RenaKunisaki opened 1 year ago

RenaKunisaki commented 1 year ago

Under PulseAudio Volume Control, the output streams show up as "PipeWire ALSA [python3.11]". How can I change this name for each stream?

mgeier commented 5 months ago

This is not possible via the platform-independent PortAudio API. It might be possible via a platform-specific API (see #4), but I don't think so.