Improve error warnings and command behavior for vmic
- Updated `vmic route` to use "none" instead of "off" for source removal, standardizing terminology. - Added warnings for handling stale `pw-loopback` processes during `vmic edit` operations. - Enhanced logging for `vmic route` to provide detailed feedback on moved streams. - Ensured stable sorting of ports in PipeWire graph for consistent behavior.
This commit is contained in:
@@ -48,7 +48,7 @@ LIBCLANG_PATH = "/home/<you>/.local/share/vmic-build/libclang-venv/lib/python3.*
|
||||
vmic create <name> [-l] # create a vmic, optionally with self-monitor
|
||||
vmic route <name> -i <app[:media]> # move an app's playback into the vmic
|
||||
vmic route <name> -o <app[:media]> # move an app's recording off the vmic
|
||||
vmic route <name> -s <source|off> # mix a hardware mic in, or remove it
|
||||
vmic route <name> -s <source|none> # mix a hardware mic in, or remove it
|
||||
vmic edit <name> -l <true|false> # toggle the self-monitor loopback
|
||||
vmic edit <name> -v <0.8|80> # self-monitor loopback volume
|
||||
vmic edit <name> -sv <0.8|80> # mixed-in source volume
|
||||
|
||||
Reference in New Issue
Block a user