Hi. I’m new to streamlit. I have in my hand a custom node app which basically listens to a different port for raw audio data (byte strings) and then writes it to a .raw file. I would like to implement a custom component to implement this app on streamlit in order to write data listened from the port for 15 seconds.
Any help would be nice. Thanks.