Streaming sound via pipewire is working, but calling roc-send directly fails:
[code]
$ roc-send
roc-send: error while loading shared libraries: libsox.so.3: cannot open shared object file: No such file or directory
$ which roc-send
/usr/bin/roc-send
$ file /usr/bin/roc-send
/usr/bin/roc-send: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b902d6020cbfefbb5e480fbc8aeb2f68e03a1312, for GNU/Linux 3.7.0, stripped
$ pacman -Qs roc-toolkit
local/roc-toolkit 0.4.0-1
Real-time audio streaming over the network
[/code]
Is this an upstream bug?
