Running a custom node app on streamlit

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.

Hi - welcome to :balloon: :snowflake:

You can look at the Streamlit components docs which have some easy-to-use examples. From there browse the components gallery and community components tracker page, where you’ll get loads of inspiration. I’ve written a detailed tutorial article too which will definitely help you (seriously :mortar_board:).

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.