I would like to build a Google Nest mini like device.
The idea is that a Raspberry Pi Zero W with a USB microphone constantly steams the audio to a Pi 4. Pi 4 listens for a trigger word via voice2json. Once the trigger word is found, it switches to STT and sends the text to ChatGPT for interpretation.
I only can't find out how to stream audio form one Pi to another. If possible with Node Red.
Any other ideas how to solve this are welcome too.