wob
wob copied to clipboard
FIX: Pipewire ex. not piped into `sed` resulting `Invalid value received 'Volume:'`
In the example of using it with PipeWrie
, the output was not piped into sed
giving an output like Volume: 0.33
. And causing wob
to crash with this error:
1721898095.765212 ERROR wob.c:369: Invalid value received 'Volume:'
This PR fixes it