Streaming audio over UDP to WiFi module i.e. ESP8266?
Hello
I’m trying to send live audio stream from Max to ESP8266 chip over UDP. Has anyone got an experience with similar challenge? I’m struggling to convert audio signal into sample values vector. What would be a best practice please?
I use degrade~ to sample down incoming audio signal and lower the bits depth and then poke~ the signal to buffer. How can I get vector with sample values out of the buffer?
Other question could samples be send over OSC, I know it is more control protocol but apparently udpsend sends data in OSC format anyway rather then binary : https://cycling74.com/forums/problems-with-udp-communication-between-max-and-arduino
Any thoughts?