I have the following simple pipeline in linux, which I use to send output audio from a device to other.
gst-launch-1.0 -v pulsesrc ! audioconvert ! opusenc ! rtpopuspay ! udpsink port=$2 host=$1
How would I do the same on windows? What GStreamer element, can I use? I tried wasapisrc
which only captured the mic audio and not the speaker. Can I fix this or is there another element altogether for this ?