pablodz / pipewire_python

Python controller, player and recorder via pipewire's commands
https://pablodz.github.io/pipewire_python/html/
MIT License
22 stars 7 forks source link

Don't you think that the module should be named just `pipewire_subprocess`? #21

Open KOLANICH opened 1 year ago

KOLANICH commented 1 year ago

Initially I was thinking it is bindings directly interacting to pipewire graph (so I can feed raw data to it), so proposed it to be renamed to just pipewire. But now I see it just calls CLI utilites, so is limited, so I propose it to be renamed into pipewire_subprocess to make it clear.