Hi everyone,
I am looking to do a project with the pi 3b+ that would take audio from a USB interface and stream it real-time (or very low latency at least) to an apache web server. On the web server, I would like to have a user interactive application where the user can manipulate the audio data. What I am looking to do is create something similar to a SPICE circuit solver, so the application GUI will be a grid with drag and drop components that can be connected together to form a circuit. From the web application the audio data needs to be sent back to the USB audio device.
My question is what programming language would be best for the web application? I am looking at Javascript at the moment but before I dive in learning it I am wondering if it is the best option.
Thanks!