@royniang this totally works! i wouldn't recommend it over wifi though, streaming raw pcm is VERY bandwidth intensive. you'd be better off encoding it to send over the network, then decoding it on the other end.
@royniang you can use aux/trampoline to work like netcat. it makes a network connection and transmits stdin, and will print what it receives on stdout.